diff options
author | Will Andrews <will@FreeBSD.org> | 2002-01-06 06:57:06 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-01-06 06:57:06 +0000 |
commit | 26162be1706883c269a3e9ecd598afeaf50f0300 (patch) | |
tree | 3143cca70b850928eb178b2d368a55519870012a /games/quakeforge | |
parent | Fix problem where KDM doesn't cause the login records to be updated when (diff) |
Force use of autoconf 2.13.
Notes
Notes:
svn path=/head/; revision=52648
Diffstat (limited to 'games/quakeforge')
-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 |