summaryrefslogtreecommitdiff
path: root/audio/mp3blaster
diff options
context:
space:
mode:
authorroy <roy>2013-10-15 09:44:06 +0000
committerroy <roy>2013-10-15 09:44:06 +0000
commit5ce46e5c1df7f072369bc45975ad9c7041091cc6 (patch)
tree063e614e449ee918f1bce2b5b81888886af53d46 /audio/mp3blaster
parenta8b14aa7bfc8d2db4163b96a42917fe29cb94a13 (diff)
downloadpkgsrc-5ce46e5c1df7f072369bc45975ad9c7041091cc6.tar.gz
mp3blaster can use system curses
Diffstat (limited to 'audio/mp3blaster')
-rw-r--r--audio/mp3blaster/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile
index cd0e171c9b1..599dbb865be 100644
--- a/audio/mp3blaster/Makefile
+++ b/audio/mp3blaster/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2012/10/02 23:47:58 asau Exp $
+# $NetBSD: Makefile,v 1.34 2013/10/15 09:44:06 roy Exp $
DISTNAME= mp3blaster-3.2.5
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mp3blaster/}
@@ -29,5 +29,5 @@ CONFIGURE_ARGS+= --enable-newthreads
.include "options.mk"
.include "../../audio/libvorbis/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"