diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-21 03:34:22 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-21 03:34:22 +0000 |
commit | ecaeb80fe83ef46de2ba42aabbff7f53cd0bd950 (patch) | |
tree | f3c9a7816eaff5a794842fac5e6562e0aa18a6a4 /audio | |
parent | d3ab726018699df724f9443c97cd0e31ea465467 (diff) | |
download | pkgsrc-ecaeb80fe83ef46de2ba42aabbff7f53cd0bd950.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) |