summaryrefslogtreecommitdiff
path: root/math/geg/Makefile
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 /math/geg/Makefile
parentdevel/rubygem-devise: fix PR 200625 correctly (diff)
- Switch to USES=autoreconf
Notes
Notes: svn path=/head/; revision=388702
Diffstat (limited to 'math/geg/Makefile')
-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>