diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-07-11 05:38:58 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-07-11 05:38:58 +0000 |
commit | b51a9346277733a010c62fc6ff38f1bb1b3a8405 (patch) | |
tree | 75de897452f5d8beaa889170c13b73217361903d /sysutils/libcdio | |
parent | 6f7d57d00762ff79bc109bc2473975c4a4210b90 (diff) |
Notes
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 fa776689b1fb..21eeffe07cf5 100644 --- a/sysutils/libcdio/Makefile +++ b/sysutils/libcdio/Makefile @@ -6,6 +6,7 @@ PORTNAME= libcdio PORTVERSION= 0.74 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= libcdio @@ -13,7 +14,7 @@ MASTER_SITE_SUBDIR= libcdio MAINTAINER= ports@FreeBSD.org COMMENT= Compact Disc Input and Control Library -LIB_DEPENDS= cddb.1:${PORTSDIR}/audio/libcddb \ +LIB_DEPENDS= cddb.2:${PORTSDIR}/audio/libcddb \ popt.0:${PORTSDIR}/devel/popt USE_LIBTOOL_VER=15 |