aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/vcdimager
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-04-05 16:00:56 +0800
committerarved <arved@FreeBSD.org>2004-04-05 16:00:56 +0800
commitf440d8f35246c6daa01f430585e1cc0bcbf15aa0 (patch)
tree654e2196512e1e070e2673daefe45a2144b4d79b /multimedia/vcdimager
parentd3410f52568f1c31651020ea4a544cc7cf4a28ec (diff)
downloadfreebsd-ports-gnome-f440d8f35246c6daa01f430585e1cc0bcbf15aa0.tar.gz
freebsd-ports-gnome-f440d8f35246c6daa01f430585e1cc0bcbf15aa0.tar.zst
freebsd-ports-gnome-f440d8f35246c6daa01f430585e1cc0bcbf15aa0.zip
Fix dependency on libcdio
PR: 65181 Submitted by: Kay Lehmann Pointy hat to: arved
Diffstat (limited to 'multimedia/vcdimager')
-rw-r--r--multimedia/vcdimager/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vcdimager/Makefile b/multimedia/vcdimager/Makefile
index 445180e5e9d0..748a6ac33f59 100644
--- a/multimedia/vcdimager/Makefile
+++ b/multimedia/vcdimager/Makefile
@@ -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.1:${PORTSDIR}/sysutils/libcdio
+ cdio.0:${PORTSDIR}/sysutils/libcdio
GNU_CONFIGURE= yes
USE_GMAKE= yes