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 /www/moonshine | |
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 'www/moonshine')
-rw-r--r-- | www/moonshine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/moonshine/Makefile b/www/moonshine/Makefile index 5494e711932..40c7b5209ba 100644 --- a/www/moonshine/Makefile +++ b/www/moonshine/Makefile @@ -20,7 +20,7 @@ GITCOMMIT= 35085a4 USE_GMAKE= yes USE_GECKO= libxul -USE_AUTOTOOLS= libtool:22 libtoolize aclocal:110 autoconf:267 autoheader:267 automake:110 +USE_AUTOTOOLS= libtool:22 libtoolize aclocal:111 autoconf:267 autoheader:267 automake:111 LIBTOOLIZE_ARGS= --force --copy --automake AUTOMAKE_ARGS= --gnu --add-missing --force --copy -Wno-portability ACLOCAL_ARGS= |