diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-02-28 05:47:43 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-02-28 05:47:43 +0000 |
commit | 72d4e9bd0cfba0da1404ebd8de70272435b02861 (patch) | |
tree | f1b95ae63e632b6a386b0f0a37886c8c9a18f252 /multimedia/xawtv/Makefile | |
parent | 059e574edaec0f83db4e425d2ac359aafb7c04c0 (diff) | |
download | ports-72d4e9bd0cfba0da1404ebd8de70272435b02861.tar.gz ports-72d4e9bd0cfba0da1404ebd8de70272435b02861.zip |
update libzvbi to 0.2.29
Notes
Notes:
svn path=/head/; revision=208047
Diffstat (limited to 'multimedia/xawtv/Makefile')
-rw-r--r-- | multimedia/xawtv/Makefile | 4 |
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 |