diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-26 10:26:29 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-05-26 10:26:29 +0000 |
commit | 4994efa7d798a0ebec2e4e36bd9cdf7373c976fd (patch) | |
tree | b2401ad762997f25bf6981a0619406ca22475c01 /multimedia/xawtv | |
parent | 8023700b3826c941bf6053fd1a90604d1e1a9cc9 (diff) | |
download | ports-4994efa7d798a0ebec2e4e36bd9cdf7373c976fd.tar.gz ports-4994efa7d798a0ebec2e4e36bd9cdf7373c976fd.zip |
update libzvbi port to 0.2.16
Notes
Notes:
svn path=/head/; revision=136153
Diffstat (limited to 'multimedia/xawtv')
-rw-r--r-- | multimedia/xawtv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index 3cd3c9ae4fa7..4f01d3f27a35 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -59,7 +59,7 @@ PLIST_SUB+= AA="" .endif .if defined(WITH_LIBZVBI) -LIB_DEPENDS+= zvbi.6:${PORTSDIR}/devel/libzvbi +LIB_DEPENDS+= zvbi.7:${PORTSDIR}/devel/libzvbi CONFIGURE_ARGS+=--enable-zvbi .if ${OSVERSION} > 500000 PLIST_SUB+= ZVBI="" ZVBI5="" |