Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 19:14:14 +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: r375747 - head/biology/phyml
Message-ID:  <201412281914.sBSJEERj024298@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Dec 28 19:14:13 2014
New Revision: 375747
URL: https://svnweb.freebsd.org/changeset/ports/375747
QAT: https://qat.redports.org/buildarchive/r375747/

Log:
  Convert to USES=autoreconf

Modified:
  head/biology/phyml/Makefile

Modified: head/biology/phyml/Makefile
==============================================================================
--- head/biology/phyml/Makefile	Sun Dec 28 19:13:04 2014	(r375746)
+++ head/biology/phyml/Makefile	Sun Dec 28 19:14:13 2014	(r375747)
@@ -19,8 +19,8 @@ LICENSE=	GPLv2
 
 PATCH_WRKSRC=	${WRKSRC}/src
 
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing
+USES=		autoreconf
+GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/phyml
 



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