diff options
author | rodent <rodent> | 2015-04-21 03:34:22 +0000 |
---|---|---|
committer | rodent <rodent> | 2015-04-21 03:34:22 +0000 |
commit | 0f0675a324f89cb5ca6ba90f6c733015551d301b (patch) | |
tree | f3c9a7816eaff5a794842fac5e6562e0aa18a6a4 /audio | |
parent | 8027d80fb6744cdc5139c85fefe7cbff4d5c185a (diff) | |
download | pkgsrc-0f0675a324f89cb5ca6ba90f6c733015551d301b.tar.gz |
Jack support works. Can't remember why i thought this was broken.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacity/options.mk | 3 |
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) |