diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-11-04 07:21:18 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-11-04 07:21:18 +0800 |
commit | 174e51d3b8efe421f5fd645cca32c5de6c0022c7 (patch) | |
tree | 4531ed61550480f3cae8ad3860de84fb8a201beb /multimedia/audacious | |
parent | 47a81f08508338784c87f5e9c9669187081a57d4 (diff) | |
download | freebsd-ports-gnome-174e51d3b8efe421f5fd645cca32c5de6c0022c7.tar.gz freebsd-ports-gnome-174e51d3b8efe421f5fd645cca32c5de6c0022c7.tar.zst freebsd-ports-gnome-174e51d3b8efe421f5fd645cca32c5de6c0022c7.zip |
Test WITH_FLAC instead of WITHOUT_FLAC.
Reported by: kris
Diffstat (limited to 'multimedia/audacious')
-rw-r--r-- | multimedia/audacious/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/audacious/Makefile b/multimedia/audacious/Makefile index 04dde100af07..324e927e00d4 100644 --- a/multimedia/audacious/Makefile +++ b/multimedia/audacious/Makefile @@ -76,7 +76,7 @@ PLIST_SUB+= MODPLUG="@comment " CONFIGURE_ARGS+= --disable-modplug .endif -.if !defined(WITHOUT_FLAC) +.if defined(WITH_FLAC) INPUT_PLUGINS+= flac PLIST_SUB+= FLACPLUGIN="" LIB_DEPENDS+= FLAC.7:${PORTSDIR}/audio/flac |