diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-10 02:00:20 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-02-10 02:00:20 +0000 |
commit | 476b289d90bbdf1a3907ed78fe93704c8655b6da (patch) | |
tree | 7d9719512f4e3fe6323f05db691a65c6bfbb5f24 /audio/Makefile | |
parent | Md5 checksum changed (verified: only a few bug fixes present) (diff) |
Add the xmms-mikmod port.
xmms-mikmod is a plugin for xmms that uses libmikmod and supports all the
formats it does (S3M, XM, MOD, etc).
PR: 16503
Submitted by: Espen Skoglund <esk@ira.uka.de>
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 782653a1bc25..09e607383bc2 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -104,6 +104,7 @@ SUBDIR += xmixer SUBDIR += xmmix SUBDIR += xmms + SUBDIR += xmms-mikmod SUBDIR += xmp SUBDIR += xmpeg3 SUBDIR += xmradio |