diff options
author | mycroft <mycroft> | 2002-07-13 01:03:35 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2002-07-13 01:03:35 +0000 |
commit | f3bb34b102d56e7bc87335b6df47f5964798a75c (patch) | |
tree | a33be5bc848f7ca43450e75e8e70021504a8d09d /audio/libmikmod/Makefile | |
parent | b5ed3eed9eef0f3fff953e246a18b5eb8b7b4ecf (diff) | |
download | pkgsrc-f3bb34b102d56e7bc87335b6df47f5964798a75c.tar.gz |
Update to libmikmod 3.1.10. Numerous bug fixes across the board; output is
noticably better.
Tested with all the pkgs that use it: mikmod, xmms, xpuyopuyo, xscorch.
Diffstat (limited to 'audio/libmikmod/Makefile')
-rw-r--r-- | audio/libmikmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/libmikmod/Makefile b/audio/libmikmod/Makefile index 7868ff398d5..9697c896b6f 100644 --- a/audio/libmikmod/Makefile +++ b/audio/libmikmod/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2002/02/18 15:14:02 seb Exp $ +# $NetBSD: Makefile,v 1.16 2002/07/13 01:03:35 mycroft Exp $ -DISTNAME= libmikmod-3.1.9 +DISTNAME= libmikmod-3.1.10 CATEGORIES= audio MASTER_SITES= http://www.mikmod.org/files/libmikmod/ |