diff options
Diffstat (limited to 'audio/oss')
-rw-r--r-- | audio/oss/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/oss/Makefile b/audio/oss/Makefile index e0d400a88ca..9a85bd5cd6a 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/04/01 11:23:32 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2004/06/09 22:46:48 agc Exp $ DISTNAME= oss-${OSS_VERSION} # Overridden below PKGNAME= oss-${OSS_VERSION} @@ -13,6 +13,8 @@ COMMENT= Open Sound System(TM) soundcard driver #ONLY_FOR_PLATFORM+= NetBSD-1.6_*-i386 OSVERSION_SPECIFIC= yes +INTERACTIVE_STAGE= install + PKG_INSTALLATION_TYPES= overwrite pkgviews DISTNAME= oss${OSS_VERSION:S/.//g}-netbsd-v1.6.2 |