diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-30 12:53:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-30 12:53:03 +0000 |
commit | 1685a09c6b2304e2a64863cc2ac051190df1108d (patch) | |
tree | f79dae9af79fbe2137a8f7814386939189a4685a | |
parent | Prepare 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'.
-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} |