svn commit: r388702 - head/math/geg

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 14:47:07 UTC 2015


Author: amdmi3
Date: Sun Jun  7 14:47:06 2015
New Revision: 388702
URL: https://svnweb.freebsd.org/changeset/ports/388702

Log:
  - Switch to USES=autoreconf

Modified:
  head/math/geg/Makefile

Modified: head/math/geg/Makefile
==============================================================================
--- head/math/geg/Makefile	Sun Jun  7 14:46:31 2015	(r388701)
+++ head/math/geg/Makefile	Sun Jun  7 14:47:06 2015	(r388702)
@@ -12,15 +12,12 @@ MAINTAINER=	ports at 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>


More information about the svn-ports-all mailing list