diff options
Diffstat (limited to 'audio/oss')
-rw-r--r-- | audio/oss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index fe55e6d8725..744b24259cd 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/10/18 13:43:37 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2002/10/21 06:26:05 jlam Exp $ PKGNAME= oss-${OSS_VERSION} CATEGORIES= audio sysutils @@ -9,7 +9,7 @@ HOMEPAGE= http://www.opensound.com/oss.html COMMENT= Open Sound System(TM) soundcard driver ONLY_FOR_PLATFORM= NetBSD-1.[56]-i386 NetBSD-1.[56].*-i386 -ONLY_FOR_PLATFORM+= NetBSD-1.6_STABLE-i386 +ONLY_FOR_PLATFORM+= NetBSD-1.6_*-i386 OSVERSION_SPECIFIC= yes .include "../../mk/bsd.prefs.mk" |