aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2005-01-19 14:36:27 +0800
committertrevor <trevor@FreeBSD.org>2005-01-19 14:36:27 +0800
commitec82596fbf8135cdb576f08936f5bc6b61399828 (patch)
tree1f982c964b9accb7684fb09da783f87ef5659c17
parent9569ca2dadea4808f2a78e9ff60f0c9e465036fe (diff)
downloadfreebsd-ports-gnome-ec82596fbf8135cdb576f08936f5bc6b61399828.tar.gz
freebsd-ports-gnome-ec82596fbf8135cdb576f08936f5bc6b61399828.tar.zst
freebsd-ports-gnome-ec82596fbf8135cdb576f08936f5bc6b61399828.zip
This now uses libiconv as well.
-rw-r--r--audio/streamripper/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index 350f2c3fb84b..816c46749d59 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" \