summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortnn <tnn>2008-05-22 15:48:13 +0000
committertnn <tnn>2008-05-22 15:48:13 +0000
commit20b59b394b1061c0edc4e076fc43899e06be1eb4 (patch)
tree256130ba57bf58b69a0ba36bf56bdf1aa8d4a242 /mk/bsd.prefs.mk
parent876d09c8f0c88901afad60e066f130136e464bda (diff)
downloadpkgsrc-20b59b394b1061c0edc4e076fc43899e06be1eb4.tar.gz
Daniel Horecki pointed out on irc that all USE_INET6 references have been
purged from pkgsrc-wip, so remove the support code for that.
Diffstat (limited to 'mk/bsd.prefs.mk')
-rw-r--r--mk/bsd.prefs.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 2b28d341864..f6243847969 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.281 2008/04/16 12:28:48 tnn Exp $
+# $NetBSD: bsd.prefs.mk,v 1.282 2008/05/22 15:48:13 tnn Exp $
#
# This file includes the mk.conf file, which contains the user settings.
#
@@ -462,11 +462,6 @@ IPV6_READY= YES
IPV6_READY= NO
.endif
-# XXX
-# XXX Retain the following until USE_INET6 has been purged from pkgsrc-wip.
-# XXX
-USE_INET6?= ${IPV6_READY}
-
LOCALBASE?= /usr/pkg
X11_TYPE?= native
.if !empty(X11_TYPE:Mnative)