diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-13 16:17:54 +0800 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-13 16:17:54 +0800 |
commit | 6e5a3127780b44dcf6c6196355d8c623fd90a951 (patch) | |
tree | 9e1a7a36e8db91ae6abd508f32a8e94b15541814 /multimedia | |
parent | a73e5a1a8641541d0966bd9327a64b2f07185ffb (diff) | |
download | freebsd-ports-gnome-6e5a3127780b44dcf6c6196355d8c623fd90a951.tar.gz freebsd-ports-gnome-6e5a3127780b44dcf6c6196355d8c623fd90a951.tar.zst freebsd-ports-gnome-6e5a3127780b44dcf6c6196355d8c623fd90a951.zip |
Update libcdio to 0.70
Bump PORTREVISION of affected port
Diffstat (limited to 'multimedia')
-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 |