diff options
author | steve <steve@FreeBSD.org> | 1998-12-24 15:00:37 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-12-24 15:00:37 +0800 |
commit | ea127aa798f3ae063594a9e73374332fa9a37ec1 (patch) | |
tree | 551d1dfd68f8682ce3ca68bb8196944f367e963c /audio | |
parent | 30515f2dd2f4f73b93397ca5c9dc330560a1b19a (diff) | |
download | freebsd-ports-gnome-ea127aa798f3ae063594a9e73374332fa9a37ec1.tar.gz freebsd-ports-gnome-ea127aa798f3ae063594a9e73374332fa9a37ec1.tar.zst freebsd-ports-gnome-ea127aa798f3ae063594a9e73374332fa9a37ec1.zip |
Activate the mp3encode port.
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 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 |