Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 13:40:07 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390207 - head/science/gsmc
Message-ID:  <201506211340.t5LDe7tg057375@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211340.t5LDe7tg057375>