diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-22 04:45:34 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-22 04:45:34 +0800 |
commit | 805c652f35b30a8cfe251f3d8c95c0ca881b23ba (patch) | |
tree | 6bdde1cb0714acae1251f544234163d6e31fed25 /www/mod_jk | |
parent | 16e6c37f8936a664e813cacf9b16eead7759fabc (diff) | |
download | freebsd-ports-gnome-805c652f35b30a8cfe251f3d8c95c0ca881b23ba.tar.gz freebsd-ports-gnome-805c652f35b30a8cfe251f3d8c95c0ca881b23ba.tar.zst freebsd-ports-gnome-805c652f35b30a8cfe251f3d8c95c0ca881b23ba.zip |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports)
Diffstat (limited to 'www/mod_jk')
-rw-r--r-- | www/mod_jk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_jk/Makefile b/www/mod_jk/Makefile index 7cc40cf883a3..aef68b2424d9 100644 --- a/www/mod_jk/Makefile +++ b/www/mod_jk/Makefile @@ -17,6 +17,8 @@ DISTNAME= tomcat-connectors-${PORTVERSION}-src MAINTAINER?= girgen@FreeBSD.org COMMENT?= Apache JK module for connecting to Tomcat using AJP1X +MAKE_JOBS_SAFE= yes + USE_APACHE?= 1.3+ .include <bsd.port.pre.mk> |