summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorminskim <minskim>2006-12-14 08:09:16 +0000
committerminskim <minskim>2006-12-14 08:09:16 +0000
commitb6de039723c79f7c45047cefb26379a0910a8330 (patch)
tree8422213e7b18a71ed4b3712fde5538c4d3b2252d /audio
parent790ee1a7973f699e2a902a62e8659eebf3b640f5 (diff)
downloadpkgsrc-b6de039723c79f7c45047cefb26379a0910a8330.tar.gz
This package uses libiconv.
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 a69ba5163c4..204012d8fa5 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/12/12 20:27:15 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2006/12/14 08:09:16 minskim Exp $
#
DISTNAME= streamripper-1.61.27
@@ -16,5 +16,6 @@ PTHREAD_OPTS+= require
.include "options.mk"
.include "../../audio/libmad/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"