diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-07-06 17:52:14 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-07-06 17:52:14 +0000 |
commit | cd334deb87ceee8020e6ebdb290014cdd2bd4045 (patch) | |
tree | 89f6ef50bae47a9c2ab8e740165f95699af00164 /net | |
parent | 9373568f856d5fb3cce3240b32092f23371db9bc (diff) | |
download | ports-cd334deb87ceee8020e6ebdb290014cdd2bd4045.tar.gz ports-cd334deb87ceee8020e6ebdb290014cdd2bd4045.zip |
Notes
Diffstat (limited to 'net')
-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 |