summaryrefslogtreecommitdiff
path: root/games/quake6
diff options
context:
space:
mode:
authoritojun <itojun>2000-02-11 04:36:17 +0000
committeritojun <itojun>2000-02-11 04:36:17 +0000
commit49d67cbc88801e3eb016d56ed91849af05bd476e (patch)
tree7f8507c294eb96a072e3dbdd009bcb7b7373588b /games/quake6
parenta7ee517354e72b17931d225efc81146887ecb615 (diff)
downloadpkgsrc-49d67cbc88801e3eb016d56ed91849af05bd476e.tar.gz
actually this pkgsrc require USE_INET6=YES. add IGNORE for non-USE_INET6
platforms.
Diffstat (limited to 'games/quake6')
-rw-r--r--games/quake6/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/games/quake6/Makefile b/games/quake6/Makefile
index 2afcd79cf02..178a0ffcedd 100644
--- a/games/quake6/Makefile
+++ b/games/quake6/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/02/11 03:58:14 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 2000/02/11 04:36:17 itojun Exp $
DISTNAME= quake-v6-bsd-kame
PKGNAME= quake6-0.0
@@ -22,7 +22,14 @@ post-extract:
USE_GMAKE= yes
GNU_CONFIGURE= yes
-# This pkg does not regard USE_INET6, but works fine with IPv6
+
+# This pkg can be built on USE_INET6 platform only
+BUILD_DEFS+= USE_INET6
+.include "../../mk/bsd.prefs.mk"
+.if !(defined(USE_INET6) && ${USE_INET6} == "YES")
+IGNORE= "requires IPv6 support"
+.endif
+
# "bindir" setting is very non-standard for GNU autoconf
CONFIGURE_ARGS+=--disable-asmopt --bindir=/bin