summaryrefslogtreecommitdiff
path: root/mk/bsd.prefs.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-12-28 10:09:38 +0000
committertron <tron@pkgsrc.org>2003-12-28 10:09:38 +0000
commit428a4e388ca42ef68960cb2bb3e6648c6f29069c (patch)
tree2cd3f35ca00fe6ca198170077632f791a2cbe270 /mk/bsd.prefs.mk
parent4af32e15d4b7a41e7442ec83c097a5d3dd642089 (diff)
downloadpkgsrc-428a4e388ca42ef68960cb2bb3e6648c6f29069c.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"