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 /games/mangos | |
parent | b30ffe50e036033f7a762ff34b0640d1797bc559 (diff) | |
download | freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.gz freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.tar.zst freebsd-ports-gnome-e74307c7a7b8d3cc36e4106d40fb9c6c9c76b973.zip |
Round one migration of ports from automake{19,110} to automake111
Diffstat (limited to 'games/mangos')
-rw-r--r-- | games/mangos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/mangos/Makefile b/games/mangos/Makefile index 6b997bdd389c..d806118b3d2a 100644 --- a/games/mangos/Makefile +++ b/games/mangos/Makefile @@ -23,7 +23,7 @@ OPTIONS= SCRIPTDEV2 "ScriptDev2" on \ RA "Remote Administration support" off \ DBC "Install DBC files" on -USE_AUTOTOOLS= aclocal:19 libtoolize autoconf:267 autoheader:267 automake:19 libtool:22 +USE_AUTOTOOLS= aclocal:111 libtoolize autoconf:267 autoheader:267 automake:111 libtool:22 ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= -a USE_MYSQL= yes |