diff options
author | abs <abs@pkgsrc.org> | 2003-07-16 12:07:20 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2003-07-16 12:07:20 +0000 |
commit | 0c2db76bcf63bb8758242684cefec6b9ecc55518 (patch) | |
tree | 39ff49d2ba795f9b0433ab44d35fe41f7e608b88 /audio/mserv/Makefile | |
parent | f70fb836d90bb13ede0f170abd2cb56f9a8ce06f (diff) | |
download | pkgsrc-0c2db76bcf63bb8758242684cefec6b9ecc55518.tar.gz |
Update mserv to 0.33nb7
Regenerate configure using utoconf 2.57 rather than 2.13
so soundcard.h tests work with gcc3 cpp. Gcc3 compiled
mserv can now change the volume again.
Diffstat (limited to 'audio/mserv/Makefile')
-rw-r--r-- | audio/mserv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mserv/Makefile b/audio/mserv/Makefile index a994c8ccbfb..8c5b1eefb57 100644 --- a/audio/mserv/Makefile +++ b/audio/mserv/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/04/17 15:09:18 abs Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/16 12:07:20 abs Exp $ # DISTNAME= mserv-0.33 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= audio MASTER_SITES= http://www.mserv.org/download/ |