diff options
Diffstat (limited to 'audio/emixer/Makefile')
-rw-r--r-- | audio/emixer/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/emixer/Makefile b/audio/emixer/Makefile index 261ada24fcf..51125bf8e98 100644 --- a/audio/emixer/Makefile +++ b/audio/emixer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/04/11 16:09:53 xtraeme Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/03 17:32:35 minskim Exp $ # DISTNAME= emixer-0.05.5 @@ -14,9 +14,11 @@ COMMENT= mpg123-frontend that can mix two mp3 streams, and fade between them DEPENDS+= mpg123{,-esound,-nas}-0.59*:../../audio/mpg123 USE_BUILDLINK3= YES +NO_CONFIGURE= YES post-extract: ${CP} ${FILESDIR}/Makefile ${WRKSRC} .include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |