diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-12 01:51:46 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-12 01:51:46 +0000 |
commit | 1c83dcc69ba9cd8ad1f29fdba9a22878c7aee0ea (patch) | |
tree | 4eb10aba2a699717a9d48e8d20ce8a44a95ee6f8 | |
parent | be6f3cb64e6752ef992ee9a613d962b8b06b8861 (diff) | |
download | ports-1c83dcc69ba9cd8ad1f29fdba9a22878c7aee0ea.tar.gz ports-1c83dcc69ba9cd8ad1f29fdba9a22878c7aee0ea.zip |
Notes
-rw-r--r-- | www/mod_layout/Makefile | 2 | ||||
-rw-r--r-- | www/mod_layout2/Makefile | 2 | ||||
-rw-r--r-- | www/mod_layout22/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_layout/Makefile b/www/mod_layout/Makefile index 9691503cd191..c3a5a1067b8d 100644 --- a/www/mod_layout/Makefile +++ b/www/mod_layout/Makefile @@ -17,6 +17,8 @@ USE_APACHE= 13 CONFLICTS= mod_layout-4.* mod_layout-5.* apache-contrib-1.* +PORTSCOUT= limit:^3 + CFLAGS+= -fPIC post-patch: diff --git a/www/mod_layout2/Makefile b/www/mod_layout2/Makefile index 67a681cbffed..f1fa5e3df4a1 100644 --- a/www/mod_layout2/Makefile +++ b/www/mod_layout2/Makefile @@ -15,6 +15,8 @@ COMMENT= Apache2 module to wrap served pages with a header and/or footer CONFLICTS= mod_layout-3.* mod_layout-5.* +PORTSCOUT= limit:4^ + USE_APACHE= 20 LATEST_LINK= mod_layout2 diff --git a/www/mod_layout22/Makefile b/www/mod_layout22/Makefile index 79b8fdf22314..9c1449c59d36 100644 --- a/www/mod_layout22/Makefile +++ b/www/mod_layout22/Makefile @@ -15,6 +15,8 @@ COMMENT= Apache2 module to wrap served pages with a header and/or footer CONFLICTS= mod_layout-3.* mod_layout-4.* +PORTSCOUT= limit:^5 + USE_APACHE= 22 LATEST_LINK= mod_layout22 |