diff options
author | Steve Price <steve@FreeBSD.org> | 1998-12-24 07:00:37 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-12-24 07:00:37 +0000 |
commit | 5e84dd40c1c055c6e963b9247346a0ca409b9b81 (patch) | |
tree | 31feb5c1566115696534029f8e73c51d8465d0ba | |
parent | Initial import of mp3encode version 1.10. (diff) |
Activate the mp3encode port.
Notes
Notes:
svn path=/head/; revision=15562
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index df24fe0ba1e3..b4cbc3c1b636 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.60 1998/12/23 02:54:46 flathill Exp $ +# $Id: Makefile,v 1.61 1998/12/23 19:11:28 vanilla Exp $ # SUBDIR += 8hz-mp3 @@ -18,6 +18,7 @@ SUBDIR += libaudiofile SUBDIR += maplay SUBDIR += mikmod + SUBDIR += mp3encode SUBDIR += mp3info SUBDIR += mpegaudio SUBDIR += mpg123 |