diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:57:34 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-07 02:57:34 +0000 |
commit | 8d9120adf25bf511745cb6868170808e61090d04 (patch) | |
tree | 069fca42adaf2f57f14b90bcf950addb620f71e5 /audio/icecast2/Makefile | |
parent | bf02dd77135eab1f1ae5077d473a4c9be48ffc13 (diff) | |
download | ports-8d9120adf25bf511745cb6868170808e61090d04.tar.gz ports-8d9120adf25bf511745cb6868170808e61090d04.zip |
Notes
Diffstat (limited to 'audio/icecast2/Makefile')
-rw-r--r-- | audio/icecast2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index c9f8e84eb835..fbfe180f00a2 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -7,7 +7,7 @@ PORTNAME= icecast2 PORTVERSION= 2.3.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= audio net ipv6 MASTER_SITES= http://svn.xiph.org/releases/icecast/ @@ -19,12 +19,12 @@ COMMENT= A streaming mp3/ogg-vorbis audio server LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ shout.5:${PORTSDIR}/audio/libshout2 \ speex.3:${PORTSDIR}/audio/speex \ - theora.1:${PORTSDIR}/multimedia/libtheora \ + theora.2:${PORTSDIR}/multimedia/libtheora \ vorbis.3:${PORTSDIR}/audio/libvorbis \ xslt.2:${PORTSDIR}/textproc/libxslt USE_GMAKE= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes USE_RC_SUBR= icecast2.sh SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message |