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/rt3 | |
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/rt3')
-rw-r--r-- | www/rt3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/rt3/Makefile b/www/rt3/Makefile index 025dc8ee7510..6b3e13fe1314 100644 --- a/www/rt3/Makefile +++ b/www/rt3/Makefile @@ -52,6 +52,7 @@ BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize RUN_DEPENDS= ${BUILD_DEPENDS} +APACHE_COMPAT= yes HAS_CONFIGURE= yes #NO_BUILD= yes #NO_PACKAGE= Executes scripts in post-install phase |