diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:30:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:30:32 +0000 |
commit | f7bb9e20782489fc6e22bb6c35c26051cb1d8c33 (patch) | |
tree | 7732ff10a8f89f28a77b19326981302bfb5beae7 /audio/cs4235/Makefile | |
parent | 086f7dc00aa3fa9b201867614918f313f51535e9 (diff) | |
download | pkgsrc-f7bb9e20782489fc6e22bb6c35c26051cb1d8c33.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'audio/cs4235/Makefile')
-rw-r--r-- | audio/cs4235/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/cs4235/Makefile b/audio/cs4235/Makefile index 850732a2c4d..21f5395fe6c 100644 --- a/audio/cs4235/Makefile +++ b/audio/cs4235/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/23 04:34:51 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:30:34 wiz Exp $ # DISTNAME= cs4235-20001009 @@ -7,6 +7,7 @@ MASTER_SITES= http://invisible.yi.org/~jmcneill/ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://invisible.yi.org/~jmcneill/ +COMMENT= Modifies the 3D mode on Crystal CS4235 sound cards ONLY_FOR_PLATFORM= NetBSD-*-i386 |