pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmix NOT_FOR_PLATFORM Interix; make sure to incl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bc3eca13cecb
branches:  trunk
changeset: 501925:bc3eca13cecb
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Oct 31 16:45:46 2005 +0000

description:
NOT_FOR_PLATFORM Interix; make sure to include ossaudio.buildlink3.mk.

diffstat:

 audio/xmix/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 94ce5d788f7c -r bc3eca13cecb audio/xmix/Makefile
--- a/audio/xmix/Makefile       Mon Oct 31 16:44:19 2005 +0000
+++ b/audio/xmix/Makefile       Mon Oct 31 16:45:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/03/24 21:12:51 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2005/10/31 16:45:46 tv Exp $
 
 DISTNAME=              xmix-2.1
 CATEGORIES=            audio
@@ -10,6 +10,8 @@
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
 COMMENT=               Mixer for X Window System
 
+NOT_FOR_PLATFORM=      Interix-*-*
+
 WRKSRC=                        ${WRKDIR}/xmix
 USE_IMAKE=             yes
 
@@ -19,4 +21,5 @@
 pre-install:
        ${INSTALL_DATA} ${WRKSRC}/XMix ${PREFIX}/lib/X11/app-defaults
 
+.include "../../mk/ossaudio.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index