diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-02-14 20:54:16 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-02-14 20:54:16 +0000 |
commit | 1783fa8ccaea04bdcc42ccbd9d8842344dd227d6 (patch) | |
tree | d53ceeb9ca9a2ce8fdfaa62550a3b53024e0621a /multimedia/vcdimager | |
parent | - Distfile rerolled (diff) |
Chase libcdio shlib version,
Bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=128848
Diffstat (limited to 'multimedia/vcdimager')
-rw-r--r-- | multimedia/vcdimager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile index da806ae70653..bbbe98b7930e 100644 --- a/multimedia/vcdimager/Makefile +++ b/multimedia/vcdimager/Makefile @@ -6,6 +6,7 @@ PORTNAME= vcdimager PORTVERSION= 0.7.21 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GNU} \ http://download.videolan.org/pub/videolan/vlc/0.8.1/contrib/ \ @@ -17,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.3:${PORTSDIR}/sysutils/libcdio + cdio.4:${PORTSDIR}/sysutils/libcdio USE_LIBTOOL_VER=15 INSTALLS_SHLIB= yes |