summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorrodent <rodent@pkgsrc.org>2015-04-21 03:34:22 +0000
committerrodent <rodent@pkgsrc.org>2015-04-21 03:34:22 +0000
commit32b4cef041a195df743f919d40fe891f01321037 (patch)
treef3c9a7816eaff5a794842fac5e6562e0aa18a6a4 /audio
parentdbb587c7766a22ad12d79c86370a2a6ed02506f5 (diff)
downloadpkgsrc-32b4cef041a195df743f919d40fe891f01321037.tar.gz
Jack support works. Can't remember why i thought this was broken.
Diffstat (limited to 'audio')
-rw-r--r--audio/audacity/options.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/audacity/options.mk b/audio/audacity/options.mk
index 2884240fce2..13e5b7306ef 100644
--- a/audio/audacity/options.mk
+++ b/audio/audacity/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2015/04/20 13:38:23 rodent Exp $
+# $NetBSD: options.mk,v 1.2 2015/04/21 03:34:22 rodent Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.audacity
PKG_SUPPORTED_OPTIONS= alsa debug jack ladspa nls
@@ -30,7 +30,6 @@ BROKEN= gtk3 option needs work
.if !empty(PKG_OPTIONS:Mjack)
.include "../../audio/jack/buildlink3.mk"
-BROKEN= Fails to build with jack support
.endif
.if !empty(PKG_OPTIONS:Mladspa)