summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2007-09-11 18:16:38 +0000
committerabs <abs@pkgsrc.org>2007-09-11 18:16:38 +0000
commit4b75da62351334104cfaeb571e9dc3cdd6cd56f7 (patch)
tree666ad0b33358410f41a9af503cb59a5c61370960 /mk
parentf618aac9f18f06243ade71d06c8c36529a1e3f67 (diff)
downloadpkgsrc-4b75da62351334104cfaeb571e9dc3cdd6cd56f7.tar.gz
+USE_INET6?=${IPV6_READY} rather than =, so it can be overidden
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index a58643d8a31..1126d86a65a 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.267 2007/09/07 22:12:14 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.268 2007/09/11 18:16:38 abs Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -465,7 +465,7 @@ IPV6_READY= NO
# XXX
# XXX Retain the following until USE_INET6 has been purged from pkgsrc-wip.
# XXX
-USE_INET6= ${IPV6_READY}
+USE_INET6?= ${IPV6_READY}
LOCALBASE?= /usr/pkg
X11_TYPE?= native