aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-12-27 21:44:48 +0000
committerChris Rees <crees@FreeBSD.org>2013-12-27 21:44:48 +0000
commit92c62c94c98d589972f6d058148bdfb85e951ff2 (patch)
treed1319b0b2ffd44028e2ec0204a8274e228a7b564
parent00c0eef8538e939cbafc99036c6f915596eebbda (diff)
downloadports-92c62c94c98d589972f6d058148bdfb85e951ff2.tar.gz
ports-92c62c94c98d589972f6d058148bdfb85e951ff2.zip
Notes
-rw-r--r--audio/musicpd/Makefile3
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}