summaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-10-30 12:53:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-10-30 12:53:03 +0000
commit1685a09c6b2304e2a64863cc2ac051190df1108d (patch)
treef79dae9af79fbe2137a8f7814386939189a4685a /games/quakeforge
parentPrepare ground for gdk-pixbuf update to 0.13.0 - its include files have been (diff)
Fix the port: GNU autoheader now called `autoheader213', not just
`autoheader'.
Notes
Notes: svn path=/head/; revision=49381
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/Makefile2
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}