summaryrefslogtreecommitdiff
path: root/audio/oss
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-16 23:12:02 +0000
committerjlam <jlam>2002-10-16 23:12:02 +0000
commitd0450c385723e24901b5fb7b6f3a196b5c913a8e (patch)
tree26a4a0dfbf2dfa0b2544d3dbd1f334d1f0b79117 /audio/oss
parent7181714eb8b874a1fc1a21ffffee018f25b9915c (diff)
downloadpkgsrc-d0450c385723e24901b5fb7b6f3a196b5c913a8e.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')
-rw-r--r--audio/oss/Makefile3
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"