diff options
author | pav <pav@FreeBSD.org> | 2007-05-22 20:39:31 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-22 20:39:31 +0000 |
commit | 7d641a2ef742697811fe5d5f224754bcecf1d36e (patch) | |
tree | 87916c72a7efde7528455d9700c813613fa79228 /games | |
parent | 313fb5744d2ce148d1c7d566e7664f0c4872e942 (diff) | |
download | FreeBSD-ports-7d641a2ef742697811fe5d5f224754bcecf1d36e.zip FreeBSD-ports-7d641a2ef742697811fe5d5f224754bcecf1d36e.tar.gz |
- Revert autoconf version change from previous revision, it breaks the build
Approved by: portmgr (implicit)
Diffstat (limited to 'games')
-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 4b1e3d3..75c93e3 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} |