diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-13 08:17:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-13 08:17:54 +0000 |
commit | 6e5a3127780b44dcf6c6196355d8c623fd90a951 (patch) | |
tree | 9e1a7a36e8db91ae6abd508f32a8e94b15541814 /multimedia/vcdimager | |
parent | - Update to 1.13.5 (diff) |
Update libcdio to 0.70
Bump PORTREVISION of affected port
Notes
Notes:
svn path=/head/; revision=119173
Diffstat (limited to 'multimedia/vcdimager')
-rw-r--r-- | multimedia/vcdimager/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index e3281dd93db3..d9bb9bc9ba8c 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,7 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.20 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://www.vcdimager.org/pub/vcdimager/vcdimager-0.7_UNSTABLE/ \ ${MASTER_SITE_GNU_ALPHA} @@ -17,7 +17,7 @@ COMMENT= "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool" LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ xml2:${PORTSDIR}/textproc/libxml2 \ - cdio.1:${PORTSDIR}/sysutils/libcdio + cdio.2:${PORTSDIR}/sysutils/libcdio USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes |