diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-05-24 09:13:19 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-05-24 09:13:19 +0000 |
commit | 782dfac4c9a47387348b7c0abf193a7306949409 (patch) | |
tree | 5029d2a551872425e40b79b1fd044ea6ebc875db /multimedia/vcdimager | |
parent | 10e47889305974b8076a3298563a83c4acc414de (diff) | |
download | ports-782dfac4c9a47387348b7c0abf193a7306949409.tar.gz ports-782dfac4c9a47387348b7c0abf193a7306949409.zip |
- Chase lib version bump to libcdio
Notes
Notes:
svn path=/head/; revision=163248
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 |