diff options
author | crees <crees@FreeBSD.org> | 2013-12-28 05:44:48 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2013-12-28 05:44:48 +0800 |
commit | 1992a6df30db6cbffe5ab84c274cb2202a3688a0 (patch) | |
tree | d1319b0b2ffd44028e2ec0204a8274e228a7b564 /audio | |
parent | 41878fc0c349bd8d4a9b86fcdc031b8c23e7df8b (diff) | |
download | freebsd-ports-gnome-1992a6df30db6cbffe5ab84c274cb2202a3688a0.tar.gz freebsd-ports-gnome-1992a6df30db6cbffe5ab84c274cb2202a3688a0.tar.zst freebsd-ports-gnome-1992a6df30db6cbffe5ab84c274cb2202a3688a0.zip |
Remove removed configure switch
PR: ports/185234
Submitted by: Zsolt Udvari <udvzsolt@gmail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 142c4fd86a98..d7708d1cfbb1 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -73,8 +73,7 @@ IGNORE=${MSG} You also have musicpd.conf-- check carefully to see which one you .if ${PORT_OPTIONS:MFLAC} LIB_DEPENDS+= libFLAC.so:${PORTSDIR}/audio/flac .else -CONFIGURE_ARGS+=--disable-flac \ - --disable-oggflac +CONFIGURE_ARGS+=--disable-flac .endif .if ${PORT_OPTIONS:MVORBIS} |