summaryrefslogtreecommitdiff
path: root/audio/wmsmixer
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-10-31 16:37:24 +0000
committertv <tv@pkgsrc.org>2005-10-31 16:37:24 +0000
commit8a6eec2be8da657dbbb64b9a0bd80e6134c3344c (patch)
tree4a60c06a96bb4dc3f65443737c12b250b4ad66c6 /audio/wmsmixer
parent97c95c94b86d5252958a7e127aecf45bad395f56 (diff)
downloadpkgsrc-8a6eec2be8da657dbbb64b9a0bd80e6134c3344c.tar.gz
NOT_FOR_PLATFORM Interix; make sure to include ossaudio.buildlink3.mk.
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r--audio/wmsmixer/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile
index 2b5561180c0..c60bac6aa4d 100644
--- a/audio/wmsmixer/Makefile
+++ b/audio/wmsmixer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/04/11 21:44:58 tv Exp $
+# $NetBSD: Makefile,v 1.9 2005/10/31 16:38:40 tv Exp $
#
DISTNAME= wmsmixer-0.5.1
@@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.hibernaculum.net/wmsmixer.html
COMMENT= Another mixer designed for WindowMaker (dockapp)
+NOT_FOR_PLATFORM= Interix-*-*
+
USE_IMAKE= YES
USE_LANGUAGES= c++
NO_INSTALL_MANPAGES= YES
@@ -25,4 +27,5 @@ post-install:
${PREFIX}/share/doc/wmsmixer/README.wmsmixer
.include "../../graphics/xpm/buildlink3.mk"
+.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"