diff options
author | ade <ade@FreeBSD.org> | 2010-09-24 11:22:28 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-09-24 11:22:28 +0800 |
commit | baf219673b2f513c587184c60605664fc88114bf (patch) | |
tree | cb7da1a40a87abf2b3f5bf6369eaec482423dca8 /games/glest | |
parent | 4e4fa6a75c274e360567e0e42972001503cc46fe (diff) | |
download | freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.tar.gz freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.tar.zst freebsd-ports-gnome-baf219673b2f513c587184c60605664fc88114bf.zip |
Migrate from devel/automake15 to devel/automake19
Diffstat (limited to 'games/glest')
-rw-r--r-- | games/glest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/glest/Makefile b/games/glest/Makefile index d971ef8edcbb..61bd845263bf 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \ BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam RUN_DEPENDS= ${DATADIR}/servers.ini:${PORTSDIR}/games/glest-data -USE_AUTOTOOLS= automake:15:env autoconf:267:env +USE_AUTOTOOLS= automake:19:env autoconf:267:env USE_ZIP= yes USE_OPENAL= al alut USE_DOS2UNIX= yes |