diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-21 20:45:34 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-21 20:45:34 +0000 |
commit | 805c652f35b30a8cfe251f3d8c95c0ca881b23ba (patch) | |
tree | 6bdde1cb0714acae1251f544234163d6e31fed25 /www/mod_geoip | |
parent | - Mark MAKE_JOBS_UNSAFE=yes (diff) |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports)
Diffstat (limited to 'www/mod_geoip')
-rw-r--r-- | www/mod_geoip/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_geoip/Makefile b/www/mod_geoip/Makefile index ddcaadf88a9e..afec0ceff524 100644 --- a/www/mod_geoip/Makefile +++ b/www/mod_geoip/Makefile @@ -18,6 +18,8 @@ COMMENT= An Apache module that provides the country code of the client's IP BUILD_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP RUN_DEPENDS= GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP +MAKE_JOBS_SAFE= yes + CONFLICTS= mod_geoip2-[0-9]* USE_APACHE= 1.3 |