diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-12-20 16:14:14 +0000 |
commit | 89c5de703163bc92603bc4ad3ec74b9e1f73f231 (patch) | |
tree | 765c5c07ee53ac58ac2d1d65e0c05055ba8cac38 /audio/icecast2 | |
parent | 4a8a94afaf2b48b5a09619c5a9af1590fa7fa2d4 (diff) |
Notes
Diffstat (limited to 'audio/icecast2')
-rw-r--r-- | audio/icecast2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 8f9a81bb8f80..449a13757877 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,6 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.0.b.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://www.icecast.org/files/ @@ -16,9 +17,8 @@ MAINTAINER= lofi@freebsd.org COMMENT= A streaming mp3/ogg-vorbis audio server LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - ogg.4:${PORTSDIR}/audio/libogg \ shout.3:${PORTSDIR}/audio/libshout2 \ - vorbis.2:${PORTSDIR}/audio/libvorbis \ + vorbis.3:${PORTSDIR}/audio/libvorbis \ xslt.2:${PORTSDIR}/textproc/libxslt USE_GMAKE= yes |