diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-16 15:57:07 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-16 15:57:07 +0000 |
commit | 975610cf15306e4ae59a4b7d02d86adaefbc81c8 (patch) | |
tree | f6aaef9081136ceb699cd2d610785c3aa8a57a69 /audio/oss/Makefile | |
parent | 6cac91ef5ed6f6ff0c1f482b7a301f3d35ab5df0 (diff) | |
download | pkgsrc-975610cf15306e4ae59a4b7d02d86adaefbc81c8.tar.gz |
Update audio/oss to version 3.9.7e. Changes from version 3.9.7d include
fixes to recording on Sound Blaster Audigy, implementing recording on the
Aureal Vortex, and fixes for the Virtual Mixer Pro.
Diffstat (limited to 'audio/oss/Makefile')
-rw-r--r-- | audio/oss/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index 227fd7b477f..b43e587e4e4 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/10/03 10:43:19 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/16 15:57:07 jlam Exp $ PKGNAME= oss-${OSS_VERSION} CATEGORIES= audio sysutils @@ -15,10 +15,10 @@ OSVERSION_SPECIFIC= yes .if !empty(MACHINE_PLATFORM:MNetBSD-1.5*-i386) DISTNAME= oss397c-netbsd-v1.5 -OSS_VERSION= 3.97c +OSS_VERSION= 3.9.7c .elif !empty(MACHINE_PLATFORM:MNetBSD-1.6*-i386) -DISTNAME= oss397d-netbsd-v1.6 -OSS_VERSION= 3.97d +DISTNAME= oss397e-netbsd-v1.6 +OSS_VERSION= 3.9.7e .endif RESTRICTED= "No re-distribution." |