aboutsummaryrefslogtreecommitdiff
path: root/lang/python34
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/python34
parentea70da9e01d8bef7644d1acf9b12aabfb90633ca (diff)
downloadports-21c90c54672601d5d883c98f0fee515344448370.tar.gz
ports-21c90c54672601d5d883c98f0fee515344448370.zip
Notes
Diffstat (limited to 'lang/python34')
-rw-r--r--lang/python34/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python34/Makefile b/lang/python34/Makefile
index fc963260baf5..42795cd57191 100644
--- a/lang/python34/Makefile
+++ b/lang/python34/Makefile
@@ -101,7 +101,7 @@ CFLAGS+= -DPYTHON_DEFAULT_RECURSION_LIMIT=900
.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 "
DISABLED_EXTENSIONS+= nis
.else