summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2005-01-19 06:36:27 +0000
committertrevor <trevor@FreeBSD.org>2005-01-19 06:36:27 +0000
commitec82596fbf8135cdb576f08936f5bc6b61399828 (patch)
tree1f982c964b9accb7684fb09da783f87ef5659c17 /audio
parent9569ca2dadea4808f2a78e9ff60f0c9e465036fe (diff)
downloadFreeBSD-ports-ec82596fbf8135cdb576f08936f5bc6b61399828.zip
FreeBSD-ports-ec82596fbf8135cdb576f08936f5bc6b61399828.tar.gz
This now uses libiconv as well.
Diffstat (limited to 'audio')
-rw-r--r--audio/streamripper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index 350f2c3..816c467 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= streamripper
MAINTAINER= trevor@FreeBSD.org
COMMENT= Splits SHOUTcast stream into tracks
-LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad
+LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv \
+ mad.2:${PORTSDIR}/audio/libmad
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
OpenPOWER on IntegriCloud