aboutsummaryrefslogtreecommitdiff
path: root/audio/cmus
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2014-08-09 10:06:54 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2014-08-09 10:06:54 +0000
commit80b3ab923d56e630bdea3df2759479f8defa8b95 (patch)
tree8464c2fd57a86049e71eacaba18fa14fac4da27b /audio/cmus
parent1dffb5f50d0141722ee0405a3b8c4e307f928514 (diff)
downloadports-80b3ab923d56e630bdea3df2759479f8defa8b95.tar.gz
ports-80b3ab923d56e630bdea3df2759479f8defa8b95.zip
Chase library dependencies after libcdio <-> libcdio-paranoia split
PR: 192271
Notes
Notes: svn path=/head/; revision=364423
Diffstat (limited to 'audio/cmus')
-rw-r--r--audio/cmus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 24c4a821efb6..24797a1231b4 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -3,7 +3,7 @@
PORTNAME= cmus
PORTVERSION= 2.5.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= audio
MAINTAINER= h.skuhra@gmail.com
@@ -154,7 +154,7 @@ PLIST_SUB+= CDDB="@comment "
.endif
.if ${PORT_OPTIONS:MCDIO}
-LIB_DEPENDS+= libcdio.so:${PORTSDIR}/sysutils/libcdio
+LIB_DEPENDS+= libcdio_cdda.so:${PORTSDIR}/sysutils/libcdio-paranoia
CONFIGURE_ARGS+=CONFIG_CDIO=y
PLIST_SUB+= CDIO=""
.else