summaryrefslogtreecommitdiff
path: root/audio/mixer.app/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-03 23:18:21 +0000
committerminskim <minskim@pkgsrc.org>2004-05-03 23:18:21 +0000
commit4bd3ed96261079d43cb1c67e56b15343f697f531 (patch)
treeae2cda9fc3beea90d0c0ed8f395df11f79b1f936 /audio/mixer.app/Makefile
parent7de8191bbb17d5ca4425470192dbb9bcc6d7aa79 (diff)
downloadpkgsrc-4bd3ed96261079d43cb1c67e56b15343f697f531.tar.gz
Use ossaudio.buildlink3.mk to be OS-independent.
Diffstat (limited to 'audio/mixer.app/Makefile')
-rw-r--r--audio/mixer.app/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mixer.app/Makefile b/audio/mixer.app/Makefile
index a7d3a7f1cb4..e9c708c3484 100644
--- a/audio/mixer.app/Makefile
+++ b/audio/mixer.app/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/05/03 23:12:27 minskim Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/03 23:18:21 minskim Exp $
#
DISTNAME= Mixer.app-1.8.0
@@ -25,4 +25,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/Mixer.app
.include "../../graphics/xpm/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"