diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-08 18:58:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-11-08 18:58:12 +0000 |
commit | a6b4235bda92a3ae4f8f203cab64612b7158a4ba (patch) | |
tree | dde55cc8277895ec5f6743877bf3db6de03a637f /multimedia/xawtv | |
parent | 5fee7128596b4a49d1004da62e8b8204d69ad8d7 (diff) | |
download | ports-a6b4235bda92a3ae4f8f203cab64612b7158a4ba.tar.gz ports-a6b4235bda92a3ae4f8f203cab64612b7158a4ba.zip |
Notes
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 fcc1103211fe..14f7e67201b8 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -65,7 +65,7 @@ PLIST_SUB+= AA="" .endif .if defined(WITH_ZVBI) -LIB_DEPENDS+= zvbi.9:${PORTSDIR}/devel/libzvbi +LIB_DEPENDS+= zvbi.10:${PORTSDIR}/devel/libzvbi CONFIGURE_ARGS+=--enable-zvbi .if ${OSVERSION} > 500000 PLIST_SUB+= ZVBI="" ZVBI5="" |