From 60075bc93cc03c263d05618d5cee436a6f0389cf Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 7 Jun 2015 14:47:06 +0000 Subject: [PATCH] - Switch to USES=autoreconf --- math/geg/Makefile | 7 ++----- 1 file 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