diff options
Diffstat (limited to 'audio/portaudio/Makefile')
-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 |