diff options
author | tv <tv> | 2005-10-31 16:47:15 +0000 |
---|---|---|
committer | tv <tv> | 2005-10-31 16:47:15 +0000 |
commit | e9277695dcd47db46b2d40f98c3dcf2279e239f2 (patch) | |
tree | 368aba24d1af7a1e1d9f8b7c19cb2d1dbbd56c5d | |
parent | 3a647977eafe4533fc267a913483cdc50da3e55c (diff) | |
download | pkgsrc-e9277695dcd47db46b2d40f98c3dcf2279e239f2.tar.gz |
NOT_FOR_PLATFORM Interix.
-rw-r--r-- | audio/oss/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index bc1a8ca61e2..4cbbd1e5ccd 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/08/19 18:12:36 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2005/10/31 16:47:15 tv Exp $ DISTNAME= oss-${OSS_VERSION} # Overridden below PKGNAME= oss-${OSS_VERSION} @@ -10,6 +10,7 @@ MAINTAINER= jlam@NetBSD.org HOMEPAGE= http://www.opensound.com/oss.html COMMENT= Open Sound System(TM) soundcard driver +NOT_FOR_PLATFORM= Interix-*-* #ONLY_FOR_PLATFORM= NetBSD-1.6-i386 NetBSD-1.6.*-i386 #ONLY_FOR_PLATFORM+= NetBSD-1.6_*-i386 OSVERSION_SPECIFIC= yes |