diff options
author | crees <crees@FreeBSD.org> | 2014-03-20 04:25:58 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2014-03-20 04:25:58 +0800 |
commit | 6c418b311076e81ee151d5938e8c9e5afa83f9bb (patch) | |
tree | 292bd635f275c922ede9c7f533a685b8bc08fbc5 | |
parent | fb57830661b8982ca5ef9784c01ed64493211bf5 (diff) | |
download | freebsd-ports-gnome-6c418b311076e81ee151d5938e8c9e5afa83f9bb.tar.gz freebsd-ports-gnome-6c418b311076e81ee151d5938e8c9e5afa83f9bb.tar.zst freebsd-ports-gnome-6c418b311076e81ee151d5938e8c9e5afa83f9bb.zip |
Fix build when cdparanoia option enabled.
PR: ports/187771
Submitted by: Arto Pekkanen <isoa@kapsi.fi>
-rw-r--r-- | audio/musicpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index ca26ea277c9e..78d00f75e29e 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -63,7 +63,7 @@ ADPLUG_LIB_DEPENDS=libadplug.so:${PORTSDIR}/audio/libadplug AO_CONFIGURE_ENABLE=ao AO_LIB_DEPENDS=libao.so:${PORTSDIR}/audio/libao CDPARANOIA_CONFIGURE_ENABLE=cdio-paranoia -CDPARANOIA_LIB_DEPENDS=libcdda_paranoia:${PORTSDIR}/audio/cdparanoia +CDPARANOIA_LIB_DEPENDS=libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia CURL_CONFIGURE_ENABLE=curl CURL_LIB_DEPENDS=libcurl.so:${PORTSDIR}/ftp/curl FFMPEG_CONFIGURE_ENABLE=ffmpeg |