aboutsummaryrefslogtreecommitdiff
path: root/audio/icecast2
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-15 21:27:34 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2003-01-15 21:27:34 +0000
commitf90150de62d8c5dacbf7c3123409f0d866e25110 (patch)
treea5e38f25efa3451002fac9da6eca332f06bb22d7 /audio/icecast2
parentf10ba047c7076d12cd37841898c425f006a8c98f (diff)
downloadports-f90150de62d8c5dacbf7c3123409f0d866e25110.tar.gz
ports-f90150de62d8c5dacbf7c3123409f0d866e25110.zip
Textproc/libxslt is required in build.
Notes
Notes: svn path=/head/; revision=73195
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 18a3b7e9a384..4502daca3afd 100644
--- a/audio/icecast2/Makefile
+++ b/audio/icecast2/Makefile
@@ -16,7 +16,8 @@ MAINTAINER= michaelnottebrock@gmx.net
LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg \
shout.3:${PORTSDIR}/audio/libshout2 \
- vorbis.2:${PORTSDIR}/audio/libvorbis
+ vorbis.2:${PORTSDIR}/audio/libvorbis \
+ xslt.1:${PORTSDIR}/textproc/libxslt
AUTOMAKE_ARGS= --add-missing
AUTOMAKE_ENV= CFLAGS="${PTHREAD_CFLAGS} -I${LOCALBASE}/include" \