aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cdrtools
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2007-04-16 17:28:53 +0000
committerMichael Johnson <ahze@FreeBSD.org>2007-04-16 17:28:53 +0000
commitc6887ecbf75e9511a9f85d86228b33af56c77494 (patch)
treed7821cde745e0dc2d028e88f42ef96fca8a6b6ef /sysutils/cdrtools
parent42e2505a3b78fa7277d5c700c6fec327264c8d76 (diff)
downloadports-c6887ecbf75e9511a9f85d86228b33af56c77494.tar.gz
ports-c6887ecbf75e9511a9f85d86228b33af56c77494.zip
Chase libcddb libver bump
Notes
Notes: svn path=/head/; revision=190135
Diffstat (limited to 'sysutils/cdrtools')
-rw-r--r--sysutils/cdrtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile
index e97d6266ee08..4887f642543b 100644
--- a/sysutils/cdrtools/Makefile
+++ b/sysutils/cdrtools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cdrtools
PORTVERSION?= 2.01
-PORTREVISION?= 5
+PORTREVISION?= 6
CATEGORIES?= sysutils audio
MASTER_SITES= ftp://ftp.berlios.de/pub/cdrecord/ \
ftp://ftp.cs.tu-berlin.de/pub/misc/cdrecord/
@@ -57,7 +57,7 @@ IGNORE= The mlockall(2) of your FreeBSD 5.x version causes problems when used b
.if exists(${LOCALBASE}/lib/libcdio.a) || defined(WITH_CDDB)
WITH_CDDB= yes
-LIB_DEPENDS+= cddb.3:${PORTSDIR}/audio/libcddb \
+LIB_DEPENDS+= cddb.4:${PORTSDIR}/audio/libcddb \
cdio.7:${PORTSDIR}/sysutils/libcdio
.endif