summaryrefslogtreecommitdiff
path: root/audio/mp3blaster
diff options
context:
space:
mode:
authorjlam <jlam>2003-09-28 09:13:55 +0000
committerjlam <jlam>2003-09-28 09:13:55 +0000
commit3be9720d2a7ee8c8ad20d32451cc14b165a2255c (patch)
treeb1a9b04306449cc38e3d4129edeafafaad1022c1 /audio/mp3blaster
parentd85356caf059d0591a4bb26c85aa31197001e765 (diff)
downloadpkgsrc-3be9720d2a7ee8c8ad20d32451cc14b165a2255c.tar.gz
Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
Diffstat (limited to 'audio/mp3blaster')
-rw-r--r--audio/mp3blaster/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mp3blaster/Makefile b/audio/mp3blaster/Makefile
index d5d8cde581f..e596f3c9d98 100644
--- a/audio/mp3blaster/Makefile
+++ b/audio/mp3blaster/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/09/27 17:07:34 grant Exp $
+# $NetBSD: Makefile,v 1.13 2003/09/28 09:13:55 jlam Exp $
DISTNAME= mp3blaster-3.1.3
PKGREVISION= 3
@@ -26,6 +26,6 @@ CONFIGURE_ARGS+= --enable-newthreads
.endif
.include "../../audio/libvorbis/buildlink2.mk"
-.include "../../mk/curses.buildlink2.mk"
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/ossaudio.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"