summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2015-11-08 21:31:59 +0000
committerdholland <dholland@pkgsrc.org>2015-11-08 21:31:59 +0000
commit8a04a8d2262843737b9fe5d9518f124f39540792 (patch)
tree2edf8a8d606cbcf4cd76da9ccd0591b13a8cbef7 /lang
parenta8a9c9a3ce9e786a76828a707f332a7d00ff2dc8 (diff)
downloadpkgsrc-8a04a8d2262843737b9fe5d9518f124f39540792.tar.gz
Apparently, setting PLIST.foo=no is the same as setting PLIST.foo=yes.
Sigh.
Diffstat (limited to 'lang')
-rw-r--r--lang/yap/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile
index 95a0ed7253b..586043c06c8 100644
--- a/lang/yap/Makefile
+++ b/lang/yap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2015/11/08 19:27:40 dholland Exp $
+# $NetBSD: Makefile,v 1.22 2015/11/08 21:31:59 dholland Exp $
DISTNAME= yap-6.3.3
PKGREVISION= 3
@@ -30,9 +30,7 @@ CONFIGURE_ENV+= INDENT=${TRUE:Q}
# non-default compiler seems like overkill, so for now at least we'll
# approximate by OS.
PLIST_VARS+= horus
-.if ${OPSYS} == "OpenBSD"
-PLIST.horus= no
-.else
+.if ${OPSYS} != "OpenBSD"
PLIST.horus= yes
.endif