diff options
| author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-24 19:35:57 +0000 |
|---|---|---|
| committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-24 19:35:57 +0000 |
| commit | 6aa2e084b38f551d9f2c00886848f364d68b05e2 (patch) | |
| tree | 6a82a93c07f3958a11c8858418556b0cc5df8880 /math/oleo | |
| parent | 389b0f6e3c365a80b9f39c4567f176f3712e57ff (diff) | |
Remove USE_AUTOTOOLS and remove DATADIRNAME patch
Diffstat (limited to 'math/oleo')
| -rw-r--r-- | math/oleo/Makefile | 10 | ||||
| -rw-r--r-- | math/oleo/files/patch-aclocal.m4 | 16 |
2 files changed, 5 insertions, 21 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index a94ed5f96b38..42848f298cad 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -13,13 +13,13 @@ COMMENT= The GNU spreadsheet for X11 and terminals LICENSE= GPLv2 -USE_PERL5= build USES= bison perl5 -USE_AUTOTOOLS= autoconf213 -MAKE_ENV+= DESTDIR=${STAGEDIR} -CPPFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib +USE_PERL5= build +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x --without-xlt --without-SciPlot +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib -lintl +MAKE_ENV+= DESTDIR=${STAGEDIR} INFO= oleo diff --git a/math/oleo/files/patch-aclocal.m4 b/math/oleo/files/patch-aclocal.m4 deleted file mode 100644 index 28bb3c65a63a..000000000000 --- a/math/oleo/files/patch-aclocal.m4 +++ /dev/null @@ -1,16 +0,0 @@ ---- aclocal.m4.orig Thu Nov 23 05:32:03 2000 -+++ aclocal.m4 Sat Dec 2 12:21:18 2000 -@@ -1996,9 +1996,12 @@ - [CATOBJEXT=.gmo - DATADIRNAME=share], - [CATOBJEXT=.mo -- DATADIRNAME=lib]) -+ DATADIRNAME=share]) - INSTOBJEXT=.mo - fi -+ fi -+ if test "$gt_cv_func_gettext_libintl" = "yes"; then -+ INTLLIBS='-lintl' - fi - ]) - |
