diff options
author | tron <tron@pkgsrc.org> | 2001-02-19 16:11:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-02-19 16:11:38 +0000 |
commit | 633b583098b0b94c64f263c212ba4e7dfe334baa (patch) | |
tree | 844cf147e90d0c4f881aabed967dee12441a98cb /audio | |
parent | 34b89e364724552b932c875ef770d1ac956c7811 (diff) | |
download | pkgsrc-633b583098b0b94c64f263c212ba4e7dfe334baa.tar.gz |
Add and enable "mp3to".
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index 44bf85d6202..d7197534b31 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.82 2001/02/16 15:51:46 wiz Exp $ +# $NetBSD: Makefile,v 1.83 2001/02/19 16:11:38 tron Exp $ # COMMENT= Audio tools @@ -74,6 +74,7 @@ SUBDIR+= mbrolavox-us3 SUBDIR+= mikmod SUBDIR+= mp3check SUBDIR+= mp3info +SUBDIR+= mp3to SUBDIR+= mpg123 SUBDIR+= musicbox SUBDIR+= nas |