svn commit: r375747 - head/biology/phyml
Baptiste Daroussin
bapt at FreeBSD.org
Sun Dec 28 19:14:14 UTC 2014
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
More information about the svn-ports-head
mailing list