summaryrefslogtreecommitdiff
path: root/audio/ardour
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2021-09-16 08:26:52 +0000
committerwiz <wiz@pkgsrc.org>2021-09-16 08:26:52 +0000
commitc54d2552bec897f736729f7bd43bde42e9a03742 (patch)
tree1524f15e01af5282e18a3af57ce33c8f8113d59b /audio/ardour
parent329375f5a4bacea5dba8dc6699d963f5fe4d69b6 (diff)
downloadpkgsrc-c54d2552bec897f736729f7bd43bde42e9a03742.tar.gz
ardour: fix pkglint warning
Diffstat (limited to 'audio/ardour')
-rw-r--r--audio/ardour/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/ardour/options.mk b/audio/ardour/options.mk
index e2d7c952afa..f9e7a071f8f 100644
--- a/audio/ardour/options.mk
+++ b/audio/ardour/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2019/12/03 12:31:22 nia Exp $
+# $NetBSD: options.mk,v 1.6 2021/09/16 08:26:52 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ardour
PKG_SUPPORTED_OPTIONS= alsa jack
@@ -24,7 +24,6 @@ PLIST_VARS+= jack
.if !empty(PKG_OPTIONS:Mjack)
PLIST.jack= yes
ARD_BACKENDS+= jack
-BUILDLINK_API_DEPENDS.jack+= jack>=0.125.0nb2
. include "../../audio/jack/buildlink3.mk"
.endif