diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 22:47:06 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 22:47:06 +0800 |
commit | 60075bc93cc03c263d05618d5cee436a6f0389cf (patch) | |
tree | 59d5830b66d659ffbf4cf7f2123065d4e1dd1977 /math | |
parent | dee1ffa610e3b668dbcb09a0e43f4c118230d1b4 (diff) | |
download | freebsd-ports-gnome-60075bc93cc03c263d05618d5cee436a6f0389cf.tar.gz freebsd-ports-gnome-60075bc93cc03c263d05618d5cee436a6f0389cf.tar.zst freebsd-ports-gnome-60075bc93cc03c263d05618d5cee436a6f0389cf.zip |
- Switch to USES=autoreconf
Diffstat (limited to 'math')
-rw-r--r-- | math/geg/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index bf9054f7aa6a..a7e64e34664c 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -12,15 +12,12 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Visualise multiple 2D-functions of one variable USE_GNOME= gtk12 -USE_AUTOTOOLS= automake autoconf -AUTOMAKE_ARGS= -a -i +USES= autoreconf +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/geg \ man/man1/geg.1.gz -pre-configure: - @(cd ${WRKSRC}; ${ACLOCAL} -I ${LOCALBASE}/share/aclocal) - .include <bsd.port.mk> |