summaryrefslogtreecommitdiff
path: root/sysutils/libcdio
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
commitffb7170399b77f34a48875ad6468eb796f00aed3 (patch)
tree3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /sysutils/libcdio
parent- USES=libtool pathfix (diff)
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361812
Diffstat (limited to 'sysutils/libcdio')
-rw-r--r--sysutils/libcdio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile
index 6420805dc3d2..8f00c1ec4276 100644
--- a/sysutils/libcdio/Makefile
+++ b/sysutils/libcdio/Makefile
@@ -11,8 +11,8 @@ MASTER_SITE_SUBDIR= libcdio
MAINTAINER= arved@FreeBSD.org
COMMENT= Compact Disc Input and Control Library
-LIB_DEPENDS= cddb.4:${PORTSDIR}/audio/libcddb \
- cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia
+LIB_DEPENDS= libcddb.so:${PORTSDIR}/audio/libcddb \
+ libcdda_paranoia.so:${PORTSDIR}/audio/cdparanoia
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING