diff options
author | Michael Landin <mich@FreeBSD.org> | 2008-04-08 09:38:57 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2008-04-08 09:38:57 +0000 |
commit | 41634af4b8452b6232af687cf6ee44969c6d193a (patch) | |
tree | 0122556213d239f9ed5c412f5a6898fd12f2c5eb /multimedia/vcdimager | |
parent | 12f3520e37525c761251c0cc7056d0b4aad648a0 (diff) | |
download | ports-41634af4b8452b6232af687cf6ee44969c6d193a.tar.gz ports-41634af4b8452b6232af687cf6ee44969c6d193a.zip |
Notes
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 |