summaryrefslogtreecommitdiff
path: root/multimedia/xawtv
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2006-06-01 21:00:08 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2006-06-01 21:00:08 +0000
commitc48f65a795fc77272bc795700a3e5ed12ef1d869 (patch)
tree8955cf96f689f5f9643ec619995ef209beba7772 /multimedia/xawtv
parentAdd a patch from the upstream author to fix a well-known bug when parsing (diff)
update libzvbi to 0.2.22
Notes
Notes: svn path=/head/; revision=164173
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r--multimedia/xawtv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile
index 56245545b1b4..fcc1103211fe 100644
--- a/multimedia/xawtv/Makefile
+++ b/multimedia/xawtv/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xawtv
PORTVERSION= 3.95
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://dl.bytesex.org/releases/xawtv/
@@ -65,7 +65,7 @@ PLIST_SUB+= AA=""
.endif
.if defined(WITH_ZVBI)
-LIB_DEPENDS+= zvbi.8:${PORTSDIR}/devel/libzvbi
+LIB_DEPENDS+= zvbi.9:${PORTSDIR}/devel/libzvbi
CONFIGURE_ARGS+=--enable-zvbi
.if ${OSVERSION} > 500000
PLIST_SUB+= ZVBI="" ZVBI5=""