diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-05 09:53:09 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-04-05 09:53:09 +0000 |
commit | fafeb6eb7629b6b7b1e6e0e110bcd5c6fc71d0dc (patch) | |
tree | df749cc093da442c3e524e0a14c7c5f80e53d4a6 /multimedia/xawtv | |
parent | 3a35ec0d909dd971e079db59c4d4d6547945968f (diff) | |
download | ports-fafeb6eb7629b6b7b1e6e0e110bcd5c6fc71d0dc.tar.gz ports-fafeb6eb7629b6b7b1e6e0e110bcd5c6fc71d0dc.zip |
Notes
Diffstat (limited to 'multimedia/xawtv')
-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 ea5bf98a4ce7..802449d8bfc6 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -7,7 +7,7 @@ PORTNAME= xawtv PORTVERSION= 3.91 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia MASTER_SITES= http://bytesex.org/xawtv/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -50,7 +50,7 @@ ONLY_FOR_ARCHS= alpha i386 .endif .if defined(WITH_LIBZVBI) -LIB_DEPENDS+= zvbi.2:${PORTSDIR}/devel/libzvbi +LIB_DEPENDS+= zvbi.3:${PORTSDIR}/devel/libzvbi CONFIGURE_ARGS+=--enable-zvbi .if ${OSVERSION} > 500000 PLIST_SUB+= ZVBI="" ZVBI5="" |