diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-05 19:57:56 +0000 |
commit | 7e80cde3289d108a73c54656f4fde354dd2fb09e (patch) | |
tree | b85b705571d426ca1d0ff74b6af8f029081a6a39 /biology/phyml | |
parent | 6abe3f75658b0457864b49c9fdaf298b79f2c447 (diff) | |
download | ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.tar.gz ports-7e80cde3289d108a73c54656f4fde354dd2fb09e.zip |
Notes
Diffstat (limited to 'biology/phyml')
-rw-r--r-- | biology/phyml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/phyml/Makefile b/biology/phyml/Makefile index 72646fd66fe8..01876f1d0c4e 100644 --- a/biology/phyml/Makefile +++ b/biology/phyml/Makefile @@ -17,7 +17,7 @@ COMMENT= A simple, fast, and accurate algorithm to estimate large phylogenies WRKSRC= ${WRKDIR}/${PORTNAME}/src GNU_CONFIGURE= yes PLIST_FILES= bin/phyml -USE_AUTOTOOLS= automake:110 aclocal:110 +USE_AUTOTOOLS= automake:111 aclocal:111 AUTOMAKE_ARGS= --add-missing .include <bsd.port.pre.mk> |