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_ntlm2 | |
parent | 0cf7f5a4d52968c19744c4e59c64ae70779e24c5 (diff) |
- Mark mod_* modules MAKE_JOBS_SAFE=yes
With Hat: apache@
Tested by: Several P6 TB runs
Notes
Notes:
svn path=/head/; revision=261652
Diffstat (limited to 'www/mod_ntlm2')
-rw-r--r-- | www/mod_ntlm2/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_ntlm2/Makefile b/www/mod_ntlm2/Makefile index d892142e9ddc..8f321808d403 100644 --- a/www/mod_ntlm2/Makefile +++ b/www/mod_ntlm2/Makefile @@ -18,6 +18,8 @@ COMMENT= NTLM authentication module for the Apache2 webserver BUILD_DEPENDS= smbclient:${PORTSDIR}/net/samba3 +MAKE_JOBS_SAFE= yes + USE_APACHE= 20+ MAKE_ENV= APXS=${APXS} |