diff options
author | max <max@FreeBSD.org> | 1997-07-10 17:50:26 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-10 17:50:26 +0800 |
commit | 58299dee9d7a83ba1b1d31799ef1fef21a39c619 (patch) | |
tree | 4ea8c40167478df63c887c1990c96005dbfb820d | |
parent | 33ed44d805e25cb456591209ac3121aeef589ce2 (diff) | |
download | freebsd-ports-graphics-58299dee9d7a83ba1b1d31799ef1fef21a39c619.tar.gz freebsd-ports-graphics-58299dee9d7a83ba1b1d31799ef1fef21a39c619.tar.zst freebsd-ports-graphics-58299dee9d7a83ba1b1d31799ef1fef21a39c619.zip |
Enable mpg123.
-rw-r--r-- | audio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/Makefile b/audio/Makefile index d7c258b05dc..d2ce8bc61a9 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 |