diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-23 05:50:03 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-23 05:50:03 +0800 |
commit | 03dd518a6c9a2e1c315ef8138813d0fd5a435ceb (patch) | |
tree | 96e3b9ab099269501a9093325e4a3466888ddc22 /www/mod_python | |
parent | 773a03360dbf91d78f7d7944d5baf36489758cb7 (diff) | |
download | freebsd-ports-gnome-03dd518a6c9a2e1c315ef8138813d0fd5a435ceb.tar.gz freebsd-ports-gnome-03dd518a6c9a2e1c315ef8138813d0fd5a435ceb.tar.zst freebsd-ports-gnome-03dd518a6c9a2e1c315ef8138813d0fd5a435ceb.zip |
- Mark mod_* modules MAKE_JOBS_SAFE=yes
With Hat: apache@
Tested by: Several P6 TB runs
Diffstat (limited to 'www/mod_python')
-rw-r--r-- | www/mod_python/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index 107ca69b1c03..26c635df67fe 100644 --- a/www/mod_python/Makefile +++ b/www/mod_python/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= python MAINTAINER= apache@FreeBSD.org COMMENT= Apache 1.3 module for integrating Python +MAKE_JOBS_SAFE= yes + .if defined(PACKAGE_BUILDING) IGNORE= Requires python WITHOUT_THREADS .endif |