diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/lilv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lilv/Makefile b/audio/lilv/Makefile index 24bb28a3427..8d4a0d8bc7e 100644 --- a/audio/lilv/Makefile +++ b/audio/lilv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2021/12/08 16:01:44 adam Exp $ +# $NetBSD: Makefile,v 1.32 2021/12/13 12:50:40 nia Exp $ DISTNAME= lilv-0.24.12 PKGREVISION= 3 @@ -20,7 +20,7 @@ WAF_ARGS+= --no-bindings .include "../../mk/bsd.prefs.mk" PLIST_VARS+= lv2bench -.if (${OPSYS} != "Darwin" || ${OPSYS_VERSION} >= 101200) && ${OPSYS} != "SunOS" +.if ${OPSYS} != "Darwin" || ${OPSYS_VERSION} >= 101200 # Darwin doesn't have CLOCK_GETTIME so it doesn't compile this PLIST.lv2bench= yes .endif |