diff options
-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 |