diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-editor/Makefile | 1 | ||||
-rw-r--r-- | databases/mysqlman/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile index 65493ecebc74..83ceb4588957 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 diff --git a/databases/mysqlman/Makefile b/databases/mysqlman/Makefile index 9f3db917324a..d66184feee18 100644 --- a/databases/mysqlman/Makefile +++ b/databases/mysqlman/Makefile @@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION} RESTRICTED= "not redistributable, license agreement required" USE_PERL5= yes NO_BUILD= yes +APACHE_COMPAT= yes # to determine whether apache installed WWW_DIR= ${LOCALBASE}/www/ |