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_dtcl | |
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_dtcl')
-rw-r--r-- | www/mod_dtcl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 931fe2e6181b..985a6915605f 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -16,6 +16,8 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Embeds a TCL8 interpreter in the Apache server BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} + +MAKE_JOBS_SAFE= yes USE_TCL= 83+ WRKSRC= ${WRKDIR}/mod_dtcl |