summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2021-11-29 16:23:21 +0000
committerjperkin <jperkin@pkgsrc.org>2021-11-29 16:23:21 +0000
commit6475a6e214da38975a23a609df170ec6904671b8 (patch)
tree04800d1e384bac19a29d87740cc245f334577876
parentd3bfcd643f6001e79840fe6c87e7f3c83a5a46b5 (diff)
downloadpkgsrc-6475a6e214da38975a23a609df170ec6904671b8.tar.gz
lilv: Use OPSYS_VERSION.
-rw-r--r--audio/lilv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lilv/Makefile b/audio/lilv/Makefile
index 8ad09683f40..201ab19b6b9 100644
--- a/audio/lilv/Makefile
+++ b/audio/lilv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2021/08/05 15:48:22 nia Exp $
+# $NetBSD: Makefile,v 1.30 2021/11/29 16:23:21 jperkin Exp $
DISTNAME= lilv-0.24.12
PKGREVISION= 2
@@ -20,7 +20,7 @@ WAF_ARGS+= --no-bindings
.include "../../mk/bsd.prefs.mk"
PLIST_VARS+= lv2bench
-.if (${OPSYS} != "Darwin" || ${OS_VERSION:R:R} >= 16) && ${OPSYS} != "SunOS"
+.if (${OPSYS} != "Darwin" || ${OPSYS_VERSION} >= 101200) && ${OPSYS} != "SunOS"
# Darwin doesn't have CLOCK_GETTIME so it doesn't compile this
PLIST.lv2bench= yes
.endif