diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-25 03:35:57 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-25 03:35:57 +0800 |
commit | 4bbfd9f04530e70c743d140fa71183bf1cc9d611 (patch) | |
tree | 6a82a93c07f3958a11c8858418556b0cc5df8880 /math/oleo/Makefile | |
parent | 1376f610933300a2786d82fd8e592ac4bc33ed2f (diff) | |
download | freebsd-ports-gnome-4bbfd9f04530e70c743d140fa71183bf1cc9d611.tar.gz freebsd-ports-gnome-4bbfd9f04530e70c743d140fa71183bf1cc9d611.tar.zst freebsd-ports-gnome-4bbfd9f04530e70c743d140fa71183bf1cc9d611.zip |
Remove USE_AUTOTOOLS and remove DATADIRNAME patch
Diffstat (limited to 'math/oleo/Makefile')
-rw-r--r-- | math/oleo/Makefile | 10 |
1 files changed, 5 insertions, 5 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 |