diff options
author | alane <alane@FreeBSD.org> | 2002-11-28 00:41:30 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-28 00:41:30 +0800 |
commit | fbc04a403f32e1914a31b99cb0f8d946d0d7b230 (patch) | |
tree | a55a41f831b7ee1fd1855e8f1721ac4f9f1e1d90 /games/quakeforge | |
parent | 84afc2fae0e4fc98362f8444fc079bf7ee2263b0 (diff) | |
download | freebsd-ports-gnome-fbc04a403f32e1914a31b99cb0f8d946d0d7b230.tar.gz freebsd-ports-gnome-fbc04a403f32e1914a31b99cb0f8d946d0d7b230.tar.zst freebsd-ports-gnome-fbc04a403f32e1914a31b99cb0f8d946d0d7b230.zip |
Fixed to build with new stricter auto* rules.
Approved by: kris
Diffstat (limited to 'games/quakeforge')
-rw-r--r-- | games/quakeforge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index 733a2bea2d7c..529fa59834bd 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -27,7 +27,8 @@ SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config WADFILE= quakesw-1.0.6.tar.gz USE_BZIP2= yes USE_GMAKE= yes -USE_AUTOCONF_VER=213 +WANT_AUTOMAKE_VER= 14 +USE_AUTOCONF_VER= 213 USE_XLIB= yes PLIST= ${WRKDIR}/PLIST |