diff options
author | clement <clement@FreeBSD.org> | 2005-09-19 19:52:14 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-19 19:52:14 +0800 |
commit | 9c32eec0fe3df37ab77099dddc0ec35a2997aaf0 (patch) | |
tree | aea2fcfb420a674515dd07057ed47a18a5a3e74f /www/wwwstat | |
parent | c84bdcfe49703d7408b6f1eba097ff819211d782 (diff) | |
download | freebsd-ports-gnome-9c32eec0fe3df37ab77099dddc0ec35a2997aaf0.tar.gz freebsd-ports-gnome-9c32eec0fe3df37ab77099dddc0ec35a2997aaf0.tar.zst freebsd-ports-gnome-9c32eec0fe3df37ab77099dddc0ec35a2997aaf0.zip |
- Define APACHE_COMPAT
It fixed INDEX build with next exp-build patchset and prepare a smooth
migration to bsd.apache.mk
It's a no-op for now.
Approved by: portmgr (self)
Diffstat (limited to 'www/wwwstat')
-rw-r--r-- | www/wwwstat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/wwwstat/Makefile b/www/wwwstat/Makefile index 857ac533dbb6..c71f534dc865 100644 --- a/www/wwwstat/Makefile +++ b/www/wwwstat/Makefile @@ -22,6 +22,7 @@ COMMENT= Webserver logfile analysis package RUN_DEPENDS= ${LOCALBASE}/etc/apache/httpd.conf:${PORTSDIR}/${APACHE_PORT} USE_PERL5= yes +APACHE_COMPAT= yes MAKE_ENV+= PERL5=${PERL5} DIST_SUBDIR= wwwstat MAN1= wwwstat.1 splitlog.1 |