diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2011-09-08 21:48:30 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2011-09-08 21:48:30 +0000 |
commit | fa52a7eb30ca2ebe03f8e084628a707069f3d70b (patch) | |
tree | 2f7d90f2fcf998dcbd3385b2fcc71b6bf841832a /www/mod_uid | |
parent | 4ee434db4616ff943659f4a42423c6b9e6e3132f (diff) | |
download | ports-fa52a7eb30ca2ebe03f8e084628a707069f3d70b.tar.gz ports-fa52a7eb30ca2ebe03f8e084628a707069f3d70b.zip |
Notes
Diffstat (limited to 'www/mod_uid')
-rw-r--r-- | www/mod_uid/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/mod_uid/Makefile b/www/mod_uid/Makefile index 7ce408a31052..73350f1d828e 100644 --- a/www/mod_uid/Makefile +++ b/www/mod_uid/Makefile @@ -13,14 +13,9 @@ MASTER_SITES= ftp://ftp.lexa.ru/pub/apache-rus/contrib/ MAINTAINER= leeym@FreeBSD.org COMMENT= A module issuing the "correct" cookies for counting the site visitors -DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now -EXPIRATION_DATE= 2011-11-01 +MAKE_JOBS_SAFE= yes -MAKE_JOBS_SAFE= yes - -# Changed to apache13 exclusive, else apache13 ports -# are broken if apache22 is set as default -USE_APACHE= 13 +USE_APACHE= 22 PORTDOCS= README.html @@ -32,7 +27,6 @@ AP_GENPLIST= yes .if ${APACHE_VERSION} == 13 MODULENAME= mod_uid .else -IGNORE= does not build with latest apache20/22 MODULENAME= mod_uid2 .endif |