summaryrefslogtreecommitdiff
path: root/audio/emixer/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-03 17:32:35 +0000
committerminskim <minskim@pkgsrc.org>2004-05-03 17:32:35 +0000
commit6865b13f29053eacb1a85a2c9fbb09c836f1a487 (patch)
treedd418cfabeb14cf71e12a924465b7b5ef4810710 /audio/emixer/Makefile
parent44392c7ea0ab7633cf1bf29ea3d95f706033f5e2 (diff)
downloadpkgsrc-6865b13f29053eacb1a85a2c9fbb09c836f1a487.tar.gz
Use ossaudio.buildlink3.mk to be platform-independent.
While here, set NO_CONFIGURE=YES.
Diffstat (limited to 'audio/emixer/Makefile')
-rw-r--r--audio/emixer/Makefile4
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"