diff options
author | clement <clement@FreeBSD.org> | 2005-09-19 11:52:14 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-09-19 11:52:14 +0000 |
commit | 9c32eec0fe3df37ab77099dddc0ec35a2997aaf0 (patch) | |
tree | aea2fcfb420a674515dd07057ed47a18a5a3e74f /databases/mysql-editor | |
parent | c84bdcfe49703d7408b6f1eba097ff819211d782 (diff) | |
download | FreeBSD-ports-9c32eec0fe3df37ab77099dddc0ec35a2997aaf0.zip FreeBSD-ports-9c32eec0fe3df37ab77099dddc0ec35a2997aaf0.tar.gz |
- 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 'databases/mysql-editor')
-rw-r--r-- | databases/mysql-editor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile index 65493ec..83ceb45 100644 --- a/databases/mysql-editor/Makefile +++ b/databases/mysql-editor/Makefile @@ -18,6 +18,7 @@ COMMENT= CGI scripts in Perl to edit your MySQL tables RUN_DEPENDS= ${CGI_BIN}:${PORTSDIR}/${APACHE_PORT} NO_BUILD= True +APACHE_COMPAT= True CGI_BIN= ${LOCALBASE}/www/cgi-bin |