diff options
author | tv <tv@pkgsrc.org> | 2005-10-31 16:09:18 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-10-31 16:09:18 +0000 |
commit | c4e47b6e2a2fdbc75d13575ca9e519a1002e6820 (patch) | |
tree | 93f901c17b5be142364222edcaece7f035327444 /audio/portaudio | |
parent | 0883ce490cb823dbf87c0dbbdd6c8a71e4bd1ca9 (diff) | |
download | pkgsrc-c4e47b6e2a2fdbc75d13575ca9e519a1002e6820.tar.gz |
NOT_FOR_PLATFORM Interix.
Diffstat (limited to 'audio/portaudio')
-rw-r--r-- | audio/portaudio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/portaudio/Makefile b/audio/portaudio/Makefile index d6d18fd6efe..e8fc312c27c 100644 --- a/audio/portaudio/Makefile +++ b/audio/portaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/10/10 15:24:08 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2005/10/31 16:13:06 tv Exp $ DISTNAME= portaudio_v18_1 PKGNAME= portaudio-18.1 @@ -11,6 +11,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.portaudio.com/ COMMENT= Portable cross-platform Audio API +NOT_FOR_PLATFORM= Interix-*-* + USE_TOOLS+= gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes |