aboutsummaryrefslogtreecommitdiff
path: root/lang/python27
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2014-12-22 16:45:41 +0000
committerMarcus von Appen <mva@FreeBSD.org>2014-12-22 16:45:41 +0000
commit21c90c54672601d5d883c98f0fee515344448370 (patch)
tree581a02674c21611259a194e3d19aef1d4fd97f9c /lang/python27
parentea70da9e01d8bef7644d1acf9b12aabfb90633ca (diff)
downloadports-21c90c54672601d5d883c98f0fee515344448370.tar.gz
ports-21c90c54672601d5d883c98f0fee515344448370.zip
Notes
Diffstat (limited to 'lang/python27')
-rw-r--r--lang/python27/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile
index 12e441a694c3..911571edc87c 100644
--- a/lang/python27/Makefile
+++ b/lang/python27/Makefile
@@ -94,7 +94,7 @@ LIB_DEPENDS+= libffi.so:${PORTSDIR}/devel/libffi
.endif
# See http://bugs.freebsd.org/115940 and http://bugs.freebsd.org/193650
-.if defined(WITHOUT_NIS) || !exists(/usr/include/rpcsvc/yp_prot.h)
+.if !exists(/usr/bin/ypcat) || defined(WITHOUT_NIS)
PLIST_SUB+= NO_NIS="@comment "
.else
PLIST_SUB+= NO_NIS=""