diff options
author | mich <mich@FreeBSD.org> | 2008-04-08 17:38:57 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2008-04-08 17:38:57 +0800 |
commit | 21f9a8cd245dc9da55b19284ad7ebaa140b1a4a7 (patch) | |
tree | fdea9eb920241e94818c423592044d0112ea9c85 /multimedia/vcdimager | |
parent | da8d4fbfa1a45310089c66d00cafee057eb857d2 (diff) | |
download | freebsd-ports-gnome-21f9a8cd245dc9da55b19284ad7ebaa140b1a4a7.tar.gz freebsd-ports-gnome-21f9a8cd245dc9da55b19284ad7ebaa140b1a4a7.tar.zst freebsd-ports-gnome-21f9a8cd245dc9da55b19284ad7ebaa140b1a4a7.zip |
- chase the cdio shared lib bump
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 09fc451c7c4a..8fe918840495 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,7 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.23 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= vcdimager @@ -16,7 +16,7 @@ COMMENT= GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ xml2:${PORTSDIR}/textproc/libxml2 \ - cdio.7:${PORTSDIR}/sysutils/libcdio + cdio.8:${PORTSDIR}/sysutils/libcdio USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes |