diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2009-11-28 10:34:26 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2009-11-28 10:34:26 +0000 |
commit | 9e811c372a9ad2bd983731eb59dba482f7c4224f (patch) | |
tree | 86e85be0392ddc0d5edc44e35b5c7bbf9f51ec8d /multimedia/vcdimager | |
parent | 2ca9e469adc77090c0cdede0f17e4188e7399742 (diff) | |
download | ports-9e811c372a9ad2bd983731eb59dba482f7c4224f.tar.gz ports-9e811c372a9ad2bd983731eb59dba482f7c4224f.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 32dbdbf41769..e9161a8add88 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,7 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.23 -PORTREVISION= 5 +PORTREVISION= 6 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.8:${PORTSDIR}/sysutils/libcdio + cdio.12:${PORTSDIR}/sysutils/libcdio USE_AUTOTOOLS= libtool:22 GNU_CONFIGURE= yes |