diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-20 15:51:49 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-04-20 15:51:49 +0000 |
commit | 3cbb57b18764e4a367d50a944dd846142cbe43e4 (patch) | |
tree | 54bf9cb15bb946719eda00d141e3472b1dc45cef /multimedia/vcdimager | |
parent | Add dependency to php pcre extension. (diff) |
Update libcdio to 0.73.
Chase shared library version.
Notes
Notes:
svn path=/head/; revision=133788
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 bbbe98b7930e..468b7061c3a6 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,7 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.21 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNU} \ http://download.videolan.org/pub/videolan/vlc/0.8.1/contrib/ \ @@ -18,7 +18,7 @@ COMMENT= "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool" LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \ xml2:${PORTSDIR}/textproc/libxml2 \ - cdio.4:${PORTSDIR}/sysutils/libcdio + cdio.5:${PORTSDIR}/sysutils/libcdio USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes |