diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-10 09:50:26 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-10 09:50:26 +0000 |
commit | 15ee7f205dfcce1a2985401ad3884313d7fd9ab0 (patch) | |
tree | 93627aa06c98b614c061870af57b2bd7b04dd5f1 /audio/Makefile | |
parent | New port, mpg123: (diff) |
Enable mpg123.
Notes
Notes:
svn path=/head/; revision=7277
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index d7c258b05dc7..d2ce8bc61a9c 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.34 1997/06/03 09:13:05 jmg Exp $ +# $Id: Makefile,v 1.35 1997/06/04 07:48:29 asami Exp $ # SUBDIR += cam @@ -7,6 +7,7 @@ SUBDIR += gsm SUBDIR += maplay SUBDIR += mpegaudio + SUBDIR += mpg123 SUBDIR += mxv SUBDIR += nas SUBDIR += nspmod |