summaryrefslogtreecommitdiff
path: root/audio/streamripper/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/streamripper/Makefile')
-rw-r--r--audio/streamripper/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile
index 97a9a84074d..147864436fd 100644
--- a/audio/streamripper/Makefile
+++ b/audio/streamripper/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2012/10/02 23:48:10 asau Exp $
-#
+# $NetBSD: Makefile,v 1.9 2015/02/19 00:20:47 wiz Exp $
-DISTNAME= streamripper-1.61.27
-PKGREVISION= 2
+DISTNAME= streamripper-1.64.6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamripper/}
@@ -11,6 +9,8 @@ HOMEPAGE= http://streamripper.sourceforge.net/
COMMENT= Splits SHOUTcast stream into tracks
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --without-included-libmad
+USE_TOOLS+= pkg-config
PTHREAD_OPTS+= require
@@ -18,5 +18,6 @@ PTHREAD_OPTS+= require
.include "../../audio/libmad/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"