pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk +USE_INET6?=${IPV6_READY} rather than =, so it can ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d2fb85f6adc9
branches:  trunk
changeset: 533237:d2fb85f6adc9
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Sep 11 18:16:38 2007 +0000

description:
+USE_INET6?=${IPV6_READY} rather than =, so it can be overidden

diffstat:

 mk/bsd.prefs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2a7e0aaea02f -r d2fb85f6adc9 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Tue Sep 11 18:16:01 2007 +0000
+++ b/mk/bsd.prefs.mk   Tue Sep 11 18:16:38 2007 +0000
@@ -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 @@
 # 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



Home | Main Index | Thread Index | Old Index