diff options
author | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-10-06 03:57:56 +0800 |
commit | e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973 (patch) | |
tree | 26fe74a7c2c257fcd8de12bb4ae7aa37e14cded4 /biology/phyml | |
parent | b30ffe50e036033f7a762ff34b0640d1797bc559 (diff) | |
download | freebsd-ports-graphics-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.gz freebsd-ports-graphics-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.zst freebsd-ports-graphics-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.zip |
Round one migration of ports from automake{19,110} to automake111
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 72646fd66fe..01876f1d0c4 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> |