diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-06-24 12:03:08 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-06-24 12:03:08 +0800 |
commit | 38dbee0ba42ecd5f3b343b862e43b633aaa93007 (patch) | |
tree | b14e7eb5ae2dcdcbe64fb6781d6fed119c6812f1 /www/websh | |
parent | 5ba6083b3ac64aaad7b2a9e1059bcbd37121dfaf (diff) | |
download | freebsd-ports-gnome-38dbee0ba42ecd5f3b343b862e43b633aaa93007.tar.gz freebsd-ports-gnome-38dbee0ba42ecd5f3b343b862e43b633aaa93007.tar.zst freebsd-ports-gnome-38dbee0ba42ecd5f3b343b862e43b633aaa93007.zip |
- Mark MAKE_JOBS_UNSAFE=yes
PR: ports/135552, ports/135553, ports/135538
Appproved by: linimon (via irc)
Submitted by: myself (pgollucci@)
Diffstat (limited to 'www/websh')
-rw-r--r-- | www/websh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/websh/Makefile b/www/websh/Makefile index 0af863ebe9c8..d87b966fbf5d 100644 --- a/www/websh/Makefile +++ b/www/websh/Makefile @@ -16,6 +16,8 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= mi@aldan.algebra.com COMMENT= Embeds a TCL8 interpreter in the Apache server +MAKE_JOBS_UNSAFE= yes + OPTIONS= WSMDEBUG "memory(n) and checkmem(n) commands in web-scripts" on OPTIONS+= WSSTATIC "Link the objects into the module statically" off |