summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron>1999-09-03 22:00:52 +0000
committertron <tron>1999-09-03 22:00:52 +0000
commit6b9004e9040cd81d5bd60606b33b10f6cbcec0e5 (patch)
tree26bf200091d87b3629bde9a752928611eea97ae5 /net
parent2dd948ab1ff1be7df0fb959d0191fb2823f93e35 (diff)
downloadpkgsrc-6b9004e9040cd81d5bd60606b33b10f6cbcec0e5.tar.gz
Compare "${USE_INET6}" explicitly with "YES" so that you can override
settings at the command line.
Diffstat (limited to 'net')
-rw-r--r--net/rsync/Makefile4
-rw-r--r--net/zebra/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index af486d58d78..25e5b6ddfa5 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 1999/08/18 09:24:08 agc Exp $
+# $NetBSD: Makefile,v 1.25 1999/09/03 22:00:52 tron Exp $
#
DISTNAME= rsync-2.3.1
@@ -21,7 +21,7 @@ BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes
-.if defined(USE_INET6)
+.if defined(USE_INET6) && ${USE_INET6} == YES
CONFIGURE_ARGS= --enable-ipv6
.else
CONFIGURE_ARGS= --disable-ipv6
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 9aa374a68d7..8d3564b3e95 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 1999/08/30 02:57:35 itojun Exp $
+# $NetBSD: Makefile,v 1.15 1999/09/03 22:00:52 tron Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -18,7 +18,7 @@ BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
-.if defined(USE_INET6)
+.if defined(USE_INET6) && ${USE_INET6} == YES
PLIST_SRC= ${PKGDIR}/PLIST.v6
.else
CONFIGURE_ARGS+=--disable-ospf6d --disable-ripngd