diff options
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 9a85bd5cd6a..c64c830369f 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2004/06/09 22:46:48 agc Exp $ +# $NetBSD: Makefile,v 1.30 2004/12/28 02:47:41 reed Exp $ DISTNAME= oss-${OSS_VERSION} # Overridden below PKGNAME= oss-${OSS_VERSION} +PKGREVISION= 1 CATEGORIES= audio sysutils MASTER_SITES= ftp://ftp.opensound.com/pub/oss/netbsd/ |