diff options
author | mich <mich@FreeBSD.org> | 2006-05-24 17:13:19 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2006-05-24 17:13:19 +0800 |
commit | 494e78f5504921fee3dd0ee3cb54e19257051890 (patch) | |
tree | d2d0253b6c195a7cc4219a869ab5f5a1d5e5e03b /multimedia/vcdimager | |
parent | dc2c2bdf858c3b0360f1b0f779a6ccd3f2cd7065 (diff) | |
download | freebsd-ports-gnome-494e78f5504921fee3dd0ee3cb54e19257051890.tar.gz freebsd-ports-gnome-494e78f5504921fee3dd0ee3cb54e19257051890.tar.zst freebsd-ports-gnome-494e78f5504921fee3dd0ee3cb54e19257051890.zip |
- Chase lib version bump to libcdio
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 ab85826ab9c4..258dac255caa 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,7 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.23 -PORTREVISION= 2 +PORTREVISION= 3 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.6:${PORTSDIR}/sysutils/libcdio + cdio.7:${PORTSDIR}/sysutils/libcdio GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |