diff options
author | oliver <oliver@FreeBSD.org> | 2004-12-31 19:36:46 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2004-12-31 19:36:46 +0800 |
commit | 830e9d1494fe767ea4499cd5380438709567a5a3 (patch) | |
tree | 7bbb1b0ba232c30d4938d3ad8f6a9c33797a22e6 /multimedia/xawtv | |
parent | 980ca658fbf06eb991b5980bcf88480e9706f46e (diff) | |
download | freebsd-ports-gnome-830e9d1494fe767ea4499cd5380438709567a5a3.tar.gz freebsd-ports-gnome-830e9d1494fe767ea4499cd5380438709567a5a3.tar.zst freebsd-ports-gnome-830e9d1494fe767ea4499cd5380438709567a5a3.zip |
update to libzvbi 0.2.11
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 19798c10ce24..e33d38752719 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -49,7 +49,7 @@ ONLY_FOR_ARCHS= alpha i386 .endif .if defined(WITH_LIBZVBI) -LIB_DEPENDS+= zvbi.3:${PORTSDIR}/devel/libzvbi +LIB_DEPENDS+= zvbi.4:${PORTSDIR}/devel/libzvbi CONFIGURE_ARGS+=--enable-zvbi .if ${OSVERSION} > 500000 PLIST_SUB+= ZVBI="" ZVBI5="" |