aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-07 14:47:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-07 14:47:06 +0000
commit60075bc93cc03c263d05618d5cee436a6f0389cf (patch)
tree59d5830b66d659ffbf4cf7f2123065d4e1dd1977
parentdee1ffa610e3b668dbcb09a0e43f4c118230d1b4 (diff)
downloadports-60075bc93cc03c263d05618d5cee436a6f0389cf.tar.gz
ports-60075bc93cc03c263d05618d5cee436a6f0389cf.zip
Notes
-rw-r--r--math/geg/Makefile7
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>