aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-04 18:30:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-11-04 18:30:50 +0000
commit7524984514d9912fcc2d995f43ccf22ad0ce3c5f (patch)
tree275aa83a667b4170d49c0053bee5ae2457c4c498 /audio/icecast2
parent7c03628c05d6ac700c78bae93d7d86c0334921fb (diff)
downloadports-7524984514d9912fcc2d995f43ccf22ad0ce3c5f.tar.gz
ports-7524984514d9912fcc2d995f43ccf22ad0ce3c5f.zip
Chase the libxslt shared lib version with a PORTREVISION bump.
Notes
Notes: svn path=/head/; revision=93101
Diffstat (limited to 'audio/icecast2')
-rw-r--r--audio/icecast2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile
index 35d248dff244..41e0af0b9afc 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= icecast2
PORTVERSION= 2.0.a.2.20030811
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= audio net ipv6
MASTER_SITES= http://tigress.com/lofi/\
@@ -20,7 +21,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
ogg.4:${PORTSDIR}/audio/libogg \
shout.3:${PORTSDIR}/audio/libshout2 \
vorbis.2:${PORTSDIR}/audio/libvorbis \
- xslt.1:${PORTSDIR}/textproc/libxslt
+ xslt.2:${PORTSDIR}/textproc/libxslt
USE_GMAKE= yes
USE_LIBTOOL= yes