diff options
author | tv <tv@pkgsrc.org> | 2005-10-31 15:37:50 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-31 15:37:50 +0000 |
commit | b16230c965f4d2b32f3c1cef0a01f581d4dcd6bf (patch) | |
tree | 32929b6e896c81019919a839866f87f1266f614f | |
parent | 43c77f0952fabe8130cd42d08ee8f7689a7acc73 (diff) | |
download | pkgsrc-b16230c965f4d2b32f3c1cef0a01f581d4dcd6bf.tar.gz |
NOT_FOR_PLATFORM Interix.
-rw-r--r-- | audio/libcdaudio/Makefile | 4 | ||||
-rw-r--r-- | audio/libhydrogen/Makefile | 4 | ||||
-rw-r--r-- | audio/maplay/Makefile | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/audio/libcdaudio/Makefile b/audio/libcdaudio/Makefile index 8416864b339..ce8be844421 100644 --- a/audio/libcdaudio/Makefile +++ b/audio/libcdaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/08/10 20:56:11 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2005/10/31 15:37:50 tv Exp $ DISTNAME= libcdaudio-0.99.12 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://libcdaudio.sourceforge.net/ COMMENT= Multi-platform CD player development library +NOT_FOR_PLATFORM= Interix-*-* + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_TOOLS+= pkg-config diff --git a/audio/libhydrogen/Makefile b/audio/libhydrogen/Makefile index 6bfc98604f2..2fe8ca519a5 100644 --- a/audio/libhydrogen/Makefile +++ b/audio/libhydrogen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/05/22 20:07:38 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/10/31 15:42:43 tv Exp $ DISTNAME= libhydrogen-0.8.0 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= chris.wareham@btinternet.com HOMEPAGE= http://hydrogen.sourceforge.net/ COMMENT= Shared library for the Hydrogen drum machine +NOT_FOR_PLATFORM= Interix-*-* + USE_LIBTOOL= yes USE_TOOLS+= gmake GNU_CONFIGURE= yes diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index 3e616c7324a..727c689a611 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/03/24 21:12:50 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2005/10/31 15:47:05 tv Exp $ DISTNAME= maplay1_2 PKGNAME= maplay-1.2 @@ -12,7 +12,9 @@ COMMENT= MPEG audio player/decoder for layer I and II MPEG audio streams WRKSRC= ${WRKDIR} +NOT_FOR_PLATFORM= Interix-*-* + pre-configure: - @(cd ${WRKSRC}; ${MAKE} pre-install) + cd ${WRKSRC} && ${MAKE} pre-install .include "../../mk/bsd.pkg.mk" |