diff options
author | oliver <oliver@FreeBSD.org> | 2006-06-02 05:00:08 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-06-02 05:00:08 +0800 |
commit | ce608431a586e37f4962a129b399b57a375c336b (patch) | |
tree | 21d0dd720e57f492090bda1628f0736e12418240 /multimedia | |
parent | 481e9a5a618f3ef15e106954f94c699ccb11eb5a (diff) | |
download | freebsd-ports-gnome-ce608431a586e37f4962a129b399b57a375c336b.tar.gz freebsd-ports-gnome-ce608431a586e37f4962a129b399b57a375c336b.tar.zst freebsd-ports-gnome-ce608431a586e37f4962a129b399b57a375c336b.zip |
update libzvbi to 0.2.22
Diffstat (limited to 'multimedia')
-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 56245545b1b4..fcc1103211fe 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -7,7 +7,7 @@ PORTNAME= xawtv PORTVERSION= 3.95 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://dl.bytesex.org/releases/xawtv/ @@ -65,7 +65,7 @@ PLIST_SUB+= AA="" .endif .if defined(WITH_ZVBI) -LIB_DEPENDS+= zvbi.8:${PORTSDIR}/devel/libzvbi +LIB_DEPENDS+= zvbi.9:${PORTSDIR}/devel/libzvbi CONFIGURE_ARGS+=--enable-zvbi .if ${OSVERSION} > 500000 PLIST_SUB+= ZVBI="" ZVBI5="" |