summaryrefslogtreecommitdiff
path: root/games/quake6/Makefile
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2000-08-26 05:56:46 +0000
committeritojun <itojun@pkgsrc.org>2000-08-26 05:56:46 +0000
commitd5c1a9f96ea7ce85aed51990b641875afb6f3183 (patch)
tree639c65a8c296a606b816d259520566f0a8ee8c3b /games/quake6/Makefile
parent1a748ee7b2956ccacd17017884c5ab4e70921f17 (diff)
downloadpkgsrc-d5c1a9f96ea7ce85aed51990b641875afb6f3183.tar.gz
repair -lXext lookup (not sure why it gets broken, the pkgsrc worked before...)
From: Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
Diffstat (limited to 'games/quake6/Makefile')
-rw-r--r--games/quake6/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile
index 291f458b875..045269a0c15 100644
--- a/games/quake6/Makefile
+++ b/games/quake6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/08/21 21:01:30 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2000/08/26 05:56:46 itojun Exp $
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
@@ -13,6 +13,7 @@ MAINTAINER= itojun@kame.net
HOMEPAGE= http://www.viagenie.qc.ca/en/ipv6-quake.shtml
DEPENDS= quakedata-*:../../games/quakedata
+BUILD_DEPENDS= autoreconf:../../devel/autoconf
WRKSRC= ${WRKDIR}/quakeforge
@@ -33,4 +34,7 @@ IGNORE= "${PKGNAME} requires IPv6 support"
# "bindir" setting is very non-standard for GNU autoconf
CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin
+post-patch:
+ (cd ${WRKSRC}; autoreconf)
+
.include "../../mk/bsd.pkg.mk"