svn commit: r390207 - head/science/gsmc

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 13:40:07 UTC 2015


Author: bapt
Date: Sun Jun 21 13:40:06 2015
New Revision: 390207
URL: https://svnweb.freebsd.org/changeset/ports/390207

Log:
  Convert to USES=autoreconf

Modified:
  head/science/gsmc/Makefile

Modified: head/science/gsmc/Makefile
==============================================================================
--- head/science/gsmc/Makefile	Sun Jun 21 13:38:50 2015	(r390206)
+++ head/science/gsmc/Makefile	Sun Jun 21 13:40:06 2015	(r390207)
@@ -12,9 +12,7 @@ COMMENT=	Smith chart program for impedan
 
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
-USES=		gmake pkgconfig
-USE_AUTOTOOLS=	aclocal automake autoconf
-AUTOMAKE_ARGS=	-i --add-missing --foreign --copy --force
+USES=		autoreconf gmake pkgconfig
 
 post-patch:
 	@${REINPLACE_CMD} '/^LIBS=/s/$$/ -lm/' ${WRKSRC}/Makefile.am


More information about the svn-ports-all mailing list