diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-22 20:39:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-05-22 20:39:31 +0000 |
commit | e7c769cadb7f577558c77e6dda9eb2c088a79beb (patch) | |
tree | a76d63fe2374c66e940379d1fc465697e6ffd22a /games/zangband | |
parent | c5ebf69cffcb875d68ccfecc2af1aa10802cd59c (diff) | |
download | ports-e7c769cadb7f577558c77e6dda9eb2c088a79beb.tar.gz ports-e7c769cadb7f577558c77e6dda9eb2c088a79beb.zip |
Notes
Diffstat (limited to 'games/zangband')
-rw-r--r-- | games/zangband/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/zangband/Makefile b/games/zangband/Makefile index 4b1e3d35cc25..75c93e39158b 100644 --- a/games/zangband/Makefile +++ b/games/zangband/Makefile @@ -18,7 +18,7 @@ COMMENT= Zangband (Zelazny Angband) with color, X11 support USE_XLIB= yes USE_GMAKE= yes -USE_AUTOTOOLS= automake:14 autoconf:253 +USE_AUTOTOOLS= automake:14 autoconf:213 USE_PERL5_BUILD=yes CONFIGURE_ARGS= --datadir=${PREFIX}/lib \ --with-setgid=${SHAREGRP} |