diff options
author | pav <pav@FreeBSD.org> | 2007-05-23 04:39:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-05-23 04:39:31 +0800 |
commit | 7d641a2ef742697811fe5d5f224754bcecf1d36e (patch) | |
tree | 87916c72a7efde7528455d9700c813613fa79228 /games | |
parent | 313fb5744d2ce148d1c7d566e7664f0c4872e942 (diff) | |
download | freebsd-ports-gnome-7d641a2ef742697811fe5d5f224754bcecf1d36e.tar.gz freebsd-ports-gnome-7d641a2ef742697811fe5d5f224754bcecf1d36e.tar.zst freebsd-ports-gnome-7d641a2ef742697811fe5d5f224754bcecf1d36e.zip |
- 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 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} |