diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 21:50:03 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-09-22 21:50:03 +0000 |
commit | b77e307a41df3728d63f52fa4dad6aa21381959d (patch) | |
tree | 7c198e8c0d57e1f920108972217aecdc507aaf1b /www/mod_musicindex | |
parent | 0cf7f5a4d52968c19744c4e59c64ae70779e24c5 (diff) | |
download | ports-b77e307a41df3728d63f52fa4dad6aa21381959d.tar.gz ports-b77e307a41df3728d63f52fa4dad6aa21381959d.zip |
Notes
Diffstat (limited to 'www/mod_musicindex')
-rw-r--r-- | www/mod_musicindex/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_musicindex/Makefile b/www/mod_musicindex/Makefile index b1c4b67fc424..e1e20b79febb 100644 --- a/www/mod_musicindex/Makefile +++ b/www/mod_musicindex/Makefile @@ -24,6 +24,8 @@ OPTIONS= NLS "Native language support" on \ LIBARCHIVE "Archive downloading support" on \ FILECACHE "Caching support" on +MAKE_JOBS_SAFE= yes + USE_APACHE= 2.0+ GNU_CONFIGURE= yes |