diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-01-15 21:27:34 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-01-15 21:27:34 +0000 |
commit | 0fea440bd5e5fd855af700c25b17653e6a2591a1 (patch) | |
tree | 3fd88951ca52091bbbebe8a4e80949cb82a6956a | |
parent | 7b1df7a30ccc5599e7b460f611f0fd5c0243e508 (diff) | |
download | FreeBSD-ports-0fea440bd5e5fd855af700c25b17653e6a2591a1.zip FreeBSD-ports-0fea440bd5e5fd855af700c25b17653e6a2591a1.tar.gz |
Textproc/libxslt is required in build.
-rw-r--r-- | audio/icecast2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/icecast2/Makefile b/audio/icecast2/Makefile index 18a3b7e..4502dac 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" \ |