aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-09-05 04:46:24 +0800
committerlioux <lioux@FreeBSD.org>2002-09-05 04:46:24 +0800
commit28c6430315b6e4dbdc13523791ef5e39169267e5 (patch)
treee8fe9f3425521461a044894d981b29fc10eac01f /graphics
parent3181a5dbacd0b7828b555ae527b0a1d9b50a8066 (diff)
downloadfreebsd-ports-gnome-28c6430315b6e4dbdc13523791ef5e39169267e5.tar.gz
freebsd-ports-gnome-28c6430315b6e4dbdc13523791ef5e39169267e5.tar.zst
freebsd-ports-gnome-28c6430315b6e4dbdc13523791ef5e39169267e5.zip
Chase library version bump in libdv version 0.9.8
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libquicktime/Makefile2
-rw-r--r--graphics/mjpegtools/Makefile2
-rw-r--r--graphics/transcode/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/libquicktime/Makefile b/graphics/libquicktime/Makefile
index 2cc9cc3ef889..37f5f2a94b46 100644
--- a/graphics/libquicktime/Makefile
+++ b/graphics/libquicktime/Makefile
@@ -17,7 +17,7 @@ MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= vorbis.2:${PORTSDIR}/audio/libvorbis \
jpeg.9:${PORTSDIR}/graphics/jpeg \
- dv.1:${PORTSDIR}/graphics/libdv \
+ dv.2:${PORTSDIR}/graphics/libdv \
png.5:${PORTSDIR}/graphics/png
USE_MESA= yes
diff --git a/graphics/mjpegtools/Makefile b/graphics/mjpegtools/Makefile
index 72d293692d9e..4d40630db2b1 100644
--- a/graphics/mjpegtools/Makefile
+++ b/graphics/mjpegtools/Makefile
@@ -61,7 +61,7 @@ PLIST_SUB+= DIVX=''
# pre-detection
# LIBDV
-.if exists(${LOCALBASE}/lib/libdv.so.1)
+.if exists(${LOCALBASE}/lib/libdv.so.2)
WITH_LIBDV= yes
.endif
# LIBMOVTAR
diff --git a/graphics/transcode/Makefile b/graphics/transcode/Makefile
index 3bf25e257e43..88866917adca 100644
--- a/graphics/transcode/Makefile
+++ b/graphics/transcode/Makefile
@@ -134,7 +134,7 @@ PLIST_SUB+= WITH_FFMPEG="@comment "
.endif
.if defined(WITH_LIBDV)
-LIB_DEPENDS+= dv.1:${PORTSDIR}/graphics/libdv
+LIB_DEPENDS+= dv.2:${PORTSDIR}/graphics/libdv
PLIST_SUB+= WITH_LIBDV=""
.else
CONFIGURE_ARGS+= --with-dv=no