diff options
author | ahze <ahze@FreeBSD.org> | 2005-07-24 03:35:15 +0000 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-07-24 03:35:15 +0000 |
commit | d03d34ce77efae3b0c94e0b371c388d54bf7ae74 (patch) | |
tree | 33ce9fc6396414155c25ef230e6bc53fb3a05031 /sysutils/libcdio | |
parent | b686a1a0bb11384825e02a878a5f6646788c5db6 (diff) | |
download | FreeBSD-ports-d03d34ce77efae3b0c94e0b371c388d54bf7ae74.zip FreeBSD-ports-d03d34ce77efae3b0c94e0b371c388d54bf7ae74.tar.gz |
- Chase libversion bump in libcddb
Diffstat (limited to 'sysutils/libcdio')
-rw-r--r-- | sysutils/libcdio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/libcdio/Makefile b/sysutils/libcdio/Makefile index 0efca93..b57c151 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -6,6 +6,7 @@ PORTNAME= libcdio PORTVERSION= 0.75 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libcdio @@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= libcdio MAINTAINER= mich@FreeBSD.org COMMENT= Compact Disc Input and Control Library -LIB_DEPENDS= cddb.2:${PORTSDIR}/audio/libcddb \ +LIB_DEPENDS= cddb.3:${PORTSDIR}/audio/libcddb \ popt.0:${PORTSDIR}/devel/popt USE_LIBTOOL_VER=15 |