diff options
-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 c2877e1a43a4..7aac1653cf42 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -56,7 +56,7 @@ pre-configure: @${ECHO_MSG} "Define WITH_GLX to use GLX (otherwise it is explicitly disabled!)" .endif @cd ${WRKSRC} ; aclocal - @cd ${WRKSRC} ; autoheader + @cd ${WRKSRC} ; autoheader213 do-install: @${CP} ${PKGDIR}/pkg-plist ${PLIST} |