diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-12-21 08:11:34 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-12-21 08:11:34 +0000 |
commit | 0bb170f47f7f665207492519a03c634c0ebe6082 (patch) | |
tree | a80c1cf6c951c3d6e0bd1c3062cfedcd27cd85ad /audio/musicpd/Makefile | |
parent | cee4e99c923f36c532d982ddc784f46e2f557623 (diff) |
Notes
Diffstat (limited to 'audio/musicpd/Makefile')
-rw-r--r-- | audio/musicpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index d20e4b985870..8a0f91f6aba7 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= musicpd -PORTVERSION= 0.20.12 +PORTVERSION= 0.20.13 CATEGORIES= audio ipv6 MASTER_SITES= http://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} @@ -111,7 +111,8 @@ MUSEPACK_LIB_DEPENDS=libmpcdec.so:audio/musepack OPENAL_CONFIGURE_ENABLE=openal OPENAL_LIB_DEPENDS=libopenal.so:audio/openal OPUS_CONFIGURE_ENABLE=opus -OPUS_LIB_DEPENDS=libopus.so:audio/opus +OPUS_LIB_DEPENDS= libopus.so:audio/opus \ + libogg.so:audio/libogg OSS_CONFIGURE_ENABLE=oss PIPE_CONFIGURE_ENABLE=pipe-output PULSEAUDIO_CONFIGURE_ENABLE=pulse |