diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-09 05:40:09 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 05:40:09 +0000 |
commit | 851df9f93ed3aacb94524851b5e77aa8f8689980 (patch) | |
tree | f1cf7a70409b25c7eff96de1d57a711d2f79ffad /audio/Makefile | |
parent | fcf450ecde11b26823b3d20019994727d408981f (diff) |
Add pimp3, a python script that's supposed to make random play much nicer
when using mpg123.
PR: 16949
Submitted by: Rod Taylor <rbt@zort.on.ca>
Notes
Notes:
svn path=/head/; revision=29427
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 ba5feb13d65f..7bbed0795022 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -61,6 +61,7 @@ SUBDIR += napster SUBDIR += nas SUBDIR += nspmod + SUBDIR += pimp3 SUBDIR += play SUBDIR += playmidi SUBDIR += pysol-sound-server |