diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-10-13 22:48:31 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-10-13 22:48:31 +0000 |
commit | 7ccf66ea4f4b8e1e4299d0a65dd085d78c7fa085 (patch) | |
tree | 32702b05396c0f1dff5a10ace2de1156e550ba37 /audio/icecast2/Makefile | |
parent | 365e5f712efee4f63c2f6d1516074f6d560e99b4 (diff) | |
download | ports-7ccf66ea4f4b8e1e4299d0a65dd085d78c7fa085.tar.gz ports-7ccf66ea4f4b8e1e4299d0a65dd085d78c7fa085.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 07730c79db67..242b2a425724 100644 --- a/audio/icecast2/Makefile +++ b/audio/icecast2/Makefile @@ -6,10 +6,10 @@ # PORTNAME= icecast2 -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= audio net ipv6 -MASTER_SITES= http://www.icecast.org/files/ +MASTER_SITES= http://svn.xiph.org/releases/icecast/ DISTNAME= icecast-${PORTVERSION} MAINTAINER= lofi@freebsd.org @@ -21,7 +21,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ xslt.2:${PORTSDIR}/textproc/libxslt USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER=15 CONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} WRKSRC= ${WRKDIR}/icecast-${PORTVERSION} |