diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2019-12-08 08:24:26 +0800 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2019-12-08 08:24:26 +0800 |
commit | 09d308b66b0cc87de12023bf12be4bceb6f05a2c (patch) | |
tree | 86511e91ed6b1eabcf3ce210fc87abd3a47ce3ac /audio | |
parent | ee75e22078d21965331023673472a20e019b8eeb (diff) | |
download | freebsd-ports-gnome-09d308b66b0cc87de12023bf12be4bceb6f05a2c.tar.gz freebsd-ports-gnome-09d308b66b0cc87de12023bf12be4bceb6f05a2c.tar.zst freebsd-ports-gnome-09d308b66b0cc87de12023bf12be4bceb6f05a2c.zip |
Remove unnecessary lib depends in default config
Submitted by: daniel.engberg.lists@pyret.net
MFH: 2019Q4 (hat: ports-secteam)
Differential Revision: https://reviews.freebsd.org/D22294
Diffstat (limited to 'audio')
-rw-r--r-- | audio/musicpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 0c4f78a7cf74..40d78518e827 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -2,6 +2,7 @@ PORTNAME= musicpd PORTVERSION= 0.21.16 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -77,7 +78,7 @@ WILDMIDI_DESC= WildMIDI support (MIDI files) YAJL_DESC= JSON support via libyajl ZZIP_DESC= Support for zzip archives -OPTIONS_DEFAULT=AUDIOFILE CURL FFMPEG FLAC ID3TAG MAD \ +OPTIONS_DEFAULT=CURL FFMPEG FLAC ID3TAG \ PLAYLISTS SNDFILE VORBIS VORBISENC # Decoder plugins |