diff options
Diffstat (limited to 'audio/emixer/Makefile')
-rw-r--r-- | audio/emixer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/emixer/Makefile b/audio/emixer/Makefile index f6ecbea7c29..8df7559f747 100644 --- a/audio/emixer/Makefile +++ b/audio/emixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/16 13:30:35 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/06/19 15:57:39 jlam Exp $ # DISTNAME= emixer-0.05.5 @@ -12,11 +12,11 @@ COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them DEPENDS+= mpg123-0.59*:../../audio/mpg123 -USE_CURSES= YES -REPLACE_NCURSES=${WRKSRC}/nctgui.h -MAKE_ENV+= NEED_NCURSES="${NEED_NCURSES}" +#USE_CURSES= YES +USE_BUILDLINK_ONLY= YES post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} +.include "../../devel/ncurses/buildlink.mk" .include "../../mk/bsd.pkg.mk" |