diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2008-03-07 14:50:46 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2008-03-07 14:50:46 +0000 |
commit | ab25581a8eefecd7ef3120bd0a35852f03813a83 (patch) | |
tree | f94aba97b39fef35ca7a03821bec84ae60bd83b7 /multimedia/xawtv | |
parent | 0d74383861e05edecd2e798bc0d8ca80755fdfc9 (diff) | |
download | ports-ab25581a8eefecd7ef3120bd0a35852f03813a83.tar.gz ports-ab25581a8eefecd7ef3120bd0a35852f03813a83.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 99cadcb71de6..08ecdbd99240 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -7,7 +7,7 @@ PORTNAME= xawtv PORTVERSION= 3.95 -PORTREVISION= 4 +PORTREVISION= 5 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.12:${PORTSDIR}/devel/libzvbi +LIB_DEPENDS+= zvbi.13:${PORTSDIR}/devel/libzvbi CONFIGURE_ARGS+=--enable-zvbi PLIST_SUB+= ZVBI="" ZVBI5="" .else |