diff options
author | will <will@FreeBSD.org> | 2002-01-06 14:57:06 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-06 14:57:06 +0800 |
commit | 966b5c82edb31c44bca2d6bd008c3202e794bef1 (patch) | |
tree | 4c39026dd36eb5c744f44cc8bdba85950bffdd92 | |
parent | 59f6660555cf3439f0ebfb136e0db01b04e027a4 (diff) | |
download | freebsd-ports-gnome-966b5c82edb31c44bca2d6bd008c3202e794bef1.tar.gz freebsd-ports-gnome-966b5c82edb31c44bca2d6bd008c3202e794bef1.tar.zst freebsd-ports-gnome-966b5c82edb31c44bca2d6bd008c3202e794bef1.zip |
Force use of autoconf 2.13.
-rw-r--r-- | games/quakeforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 74ac1deaa3e6..80b248a00447 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -27,7 +27,7 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl-config WADFILE= quakesw-1.0.6.tar.gz USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_XLIB= yes PLIST= ${WRKDIR}/PLIST |