diff options
author | ahze <ahze@FreeBSD.org> | 2005-07-07 01:52:14 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-07-07 01:52:14 +0800 |
commit | dec4c7543697662e6c9d50c6e2d10436aeb7e22a (patch) | |
tree | 4c9e078ae6c4f7578fd89028a3ece4db0862446d /net/vls | |
parent | 84ab8e67daf200381efe4e226fa49db3a53fb440 (diff) | |
download | freebsd-ports-gnome-dec4c7543697662e6c9d50c6e2d10436aeb7e22a.tar.gz freebsd-ports-gnome-dec4c7543697662e6c9d50c6e2d10436aeb7e22a.tar.zst freebsd-ports-gnome-dec4c7543697662e6c9d50c6e2d10436aeb7e22a.zip |
- Chase libversion bump of libdvbpsi
Diffstat (limited to 'net/vls')
-rw-r--r-- | net/vls/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vls/Makefile b/net/vls/Makefile index 11f2ff29b51e..fc50d8522a7f 100644 --- a/net/vls/Makefile +++ b/net/vls/Makefile @@ -7,13 +7,14 @@ PORTNAME= vls PORTVERSION= 0.5.6 +PORTREVISION= 1 CATEGORIES= net ipv6 multimedia MASTER_SITES= http://download.videolan.org/pub/videolan/vls/${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Broadcasts MPEG(1/2/4, PS/TS) video streams -LIB_DEPENDS= dvbpsi.3:${PORTSDIR}/multimedia/libdvbpsi +LIB_DEPENDS= dvbpsi.4:${PORTSDIR}/multimedia/libdvbpsi .if !defined(WITHOUT_DVD) LIB_DEPENDS+= dvdcss.2:${PORTSDIR}/multimedia/libdvdcss \ dvdread.3:${PORTSDIR}/multimedia/libdvdread |