aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2008-02-28 13:47:43 +0800
committeroliver <oliver@FreeBSD.org>2008-02-28 13:47:43 +0800
commit3095f8f2df16bc54bdc36c1ced26bdf9c1554222 (patch)
tree3cbf6ceb54bd5a7bc32ad782481a5c82b24fc867 /multimedia
parentdc59b73890084d9167a6896a051e1da44cec5758 (diff)
downloadfreebsd-ports-gnome-3095f8f2df16bc54bdc36c1ced26bdf9c1554222.tar.gz
freebsd-ports-gnome-3095f8f2df16bc54bdc36c1ced26bdf9c1554222.tar.zst
freebsd-ports-gnome-3095f8f2df16bc54bdc36c1ced26bdf9c1554222.zip
update libzvbi to 0.2.29
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xawtv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile
index bd927ce1be14..99cadcb71de6 100644
--- a/multimedia/xawtv/Makefile
+++ b/multimedia/xawtv/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xawtv
PORTVERSION= 3.95
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= multimedia
MASTER_SITES= http://dl.bytesex.org/releases/xawtv/
@@ -61,7 +61,7 @@ PLIST_SUB+= AA=""
.endif
.if defined(WITH_ZVBI)
-LIB_DEPENDS+= zvbi.10:${PORTSDIR}/devel/libzvbi
+LIB_DEPENDS+= zvbi.12:${PORTSDIR}/devel/libzvbi
CONFIGURE_ARGS+=--enable-zvbi
PLIST_SUB+= ZVBI="" ZVBI5=""
.else