aboutsummaryrefslogtreecommitdiff
path: root/lang/python32
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-12-22 09:47:36 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-12-22 09:47:36 +0000
commit4a19da7af950fd5aee03d4a723472ca13f433048 (patch)
treea39c4d7fe9da35859d4e8f0b8b084595283dd3c2 /lang/python32
parent130b6117585677ef7549e26d73a1d384f001b466 (diff)
Notes
Diffstat (limited to 'lang/python32')
-rw-r--r--lang/python32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python32/Makefile b/lang/python32/Makefile
index 9ba8a8e45f6f..553f8471f050 100644
--- a/lang/python32/Makefile
+++ b/lang/python32/Makefile
@@ -91,8 +91,8 @@ PLIST_FILES+= libdata/pkgconfig/python-3.2%%ABI%%.pc
CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900
.endif
-# See http://bugs.freebsd.org/115940
-.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS) # the world with NO_NIS
+# See http://bugs.freebsd.org/115940 and http://bugs.freebsd.org/193650
+.if defined(WITHOUT_NIS) || !exists(/usr/include/rpcsvc/yp_prot.h)
PLIST_SUB+= NO_NIS="@comment "
.else
PLIST_SUB+= NO_NIS=""