summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortron <tron>2003-12-28 10:09:38 +0000
committertron <tron>2003-12-28 10:09:38 +0000
commit73ef1cd3f2ba5059a4b3dbb4e14914851a501cf6 (patch)
tree2cd3f35ca00fe6ca198170077632f791a2cbe270 /mk/bsd.prefs.mk
parent2be19d8979469d41bfd6f44a3ca30be0e6b4ce33 (diff)
downloadpkgsrc-73ef1cd3f2ba5059a4b3dbb4e14914851a501cf6.tar.gz
Fix back ".endif" logic which breaks "USE_INET6" on many platforms.
Diffstat (limited to 'mk/bsd.prefs.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 df2a37e71c0..4b4346672a9 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.137 2003/12/27 13:39:01 tron Exp $
+# $NetBSD: bsd.prefs.mk,v 1.138 2003/12/28 10:09:38 tron Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -244,12 +244,12 @@ SHAREMODE?= ${DOCMODE}
USE_INET6= NO
.else
USE_INET6= YES
+.endif
.elif empty(_OPSYS_HAS_INET6:M[nN][oO]) && !defined(USE_SOCKS)
USE_INET6= YES
.else
USE_INET6= NO
.endif
-.endif
LOCALBASE?= ${DESTDIR}/usr/pkg
.if ${OPSYS} == "SunOS"