summaryrefslogtreecommitdiff
path: root/lang/python35
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python35')
-rw-r--r--lang/python35/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/python35/Makefile b/lang/python35/Makefile
index 78645d931b3..2fc8cde0c34 100644
--- a/lang/python35/Makefile
+++ b/lang/python35/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/09/03 08:53:10 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2017/11/22 19:16:20 bsiegert Exp $
.include "dist.mk"
@@ -87,7 +87,9 @@ PLIST.nis= yes
.else
PLIST.dll= yes
. if ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
+. if "${OS_VARIANT}" != "chromeos"
PLIST.nis= yes
+. endif
. else
PLIST.no-nis= yes
. endif