diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-16 23:12:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-16 23:12:02 +0000 |
commit | 02183892f6647922e8b36111a73a08097a00e3b3 (patch) | |
tree | 26a4a0dfbf2dfa0b2544d3dbd1f334d1f0b79117 /audio/oss/Makefile | |
parent | 05e99838f502d6e47bf0db1b23bfe1132c8e62ee (diff) | |
download | pkgsrc-02183892f6647922e8b36111a73a08097a00e3b3.tar.gz |
Allow to build on 1.6_STABLE.
XXX "1.6_STABLE" is probably going to cause problems elsewhere in pkgsrc
XXX as this is a departure from the previous NetBSD versioning scheme.
Diffstat (limited to 'audio/oss/Makefile')
-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 b6cb22db300..6f8f1227be7 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/10/16 15:59:32 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/16 23:12:02 jlam Exp $ PKGNAME= oss-${OSS_VERSION} CATEGORIES= audio sysutils @@ -9,6 +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 OSVERSION_SPECIFIC= yes .include "../../mk/bsd.prefs.mk" |