diff options
author | will <will@FreeBSD.org> | 2001-04-09 03:42:40 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-04-09 03:42:40 +0800 |
commit | ae8fa8fda0285085890dd4433c150fb0faaa20aa (patch) | |
tree | c5644a2d097767ced78159fa76807f5af37d77a4 /www/Makefile | |
parent | 27dcb013bd264f258d0f4fada590e26de705dcc1 (diff) | |
download | freebsd-ports-graphics-ae8fa8fda0285085890dd4433c150fb0faaa20aa.tar.gz freebsd-ports-graphics-ae8fa8fda0285085890dd4433c150fb0faaa20aa.tar.zst freebsd-ports-graphics-ae8fa8fda0285085890dd4433c150fb0faaa20aa.zip |
Add mod_mp3 0.6, an apache module to allow MP3 streaming.
Spotted on: Slashdot (har har)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index a93baf5bcca..215fe654cd4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -118,6 +118,7 @@ SUBDIR += mod_fastcgi SUBDIR += mod_gzip SUBDIR += mod_layout + SUBDIR += mod_mp3 SUBDIR += mod_perl SUBDIR += mod_php3 SUBDIR += mod_php4 |