diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-01-12 08:11:49 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-01-12 08:11:49 +0800 |
commit | 3f2622f58e60c2d7a9764f17baddbc41757737cc (patch) | |
tree | e7bceea85b9cabad85720fe1d9da219d7d452d23 /www | |
parent | f6c08073ecfa81c9e4eb87e284bf45a013c36daa (diff) | |
download | freebsd-ports-gnome-3f2622f58e60c2d7a9764f17baddbc41757737cc.tar.gz freebsd-ports-gnome-3f2622f58e60c2d7a9764f17baddbc41757737cc.tar.zst freebsd-ports-gnome-3f2622f58e60c2d7a9764f17baddbc41757737cc.zip |
This port is only for www/apache13* and as such is only for the 2.7.x series
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_python/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index edc770790523..667ad12ea527 100644 --- a/www/mod_python/Makefile +++ b/www/mod_python/Makefile @@ -20,6 +20,8 @@ USE_APACHE= 13 NO_PACKAGE= Requires Python without threads support USE_PYTHON= yes +PORTSCOUT= limit:^2 + .include <bsd.port.pre.mk> GNU_CONFIGURE= yes |