diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-30 20:53:03 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-30 20:53:03 +0800 |
commit | 5e6d3664c0eee930619194c3b31d4caf2485bc80 (patch) | |
tree | e22f658e3bd2d48d5f2fe6a8c44deb98ff1e35ca /games/quakeforge | |
parent | 18dfa44da493eae3878d0a697c6cf154cee7ae7c (diff) | |
download | freebsd-ports-gnome-5e6d3664c0eee930619194c3b31d4caf2485bc80.tar.gz freebsd-ports-gnome-5e6d3664c0eee930619194c3b31d4caf2485bc80.tar.zst freebsd-ports-gnome-5e6d3664c0eee930619194c3b31d4caf2485bc80.zip |
Fix the port: GNU autoheader now called `autoheader213', not just
`autoheader'.
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 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} |