diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-05-17 15:24:35 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-05-17 15:24:35 +0800 |
commit | ed0e9c262c025bfc27288e5db99f371812598561 (patch) | |
tree | 84a60d68ea17554a995f5e24abc3a1273e662065 /www/apache13 | |
parent | e854f2c8bf0a8fa21797a926b59e0b440b532320 (diff) | |
download | freebsd-ports-gnome-ed0e9c262c025bfc27288e5db99f371812598561.tar.gz freebsd-ports-gnome-ed0e9c262c025bfc27288e5db99f371812598561.tar.zst freebsd-ports-gnome-ed0e9c262c025bfc27288e5db99f371812598561.zip |
- Mark SAFE apache@ ports MAKE_JOBS_SAFE=yes
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache13/Makefile b/www/apache13/Makefile index 234ca2a6f060..b64229cc7ded 100644 --- a/www/apache13/Makefile +++ b/www/apache13/Makefile @@ -19,6 +19,8 @@ DISTNAME= apache_${PORTVERSION} MAINTAINER= apache@FreeBSD.org COMMENT= The extremely popular Apache http server. Very fast, very clean +MAKE_JOBS_SAFE= yes + CONFLICTS= apache+mod_ssl-1.* apache+mod_ssl+ipv6-1.* apache+mod_ssl+modsnmp-1.* \ apache+mod_ssl+mod_snmp+ipv6-1.* apache+mod_ssl+mod_accel-1.* \ apache+mod_ssl+mod_snmp+mod_accel-1.* \ |