diff options
-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 |