diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-editor/Makefile | 2 | ||||
-rw-r--r-- | databases/mysqlman/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/databases/mysql-editor/Makefile b/databases/mysql-editor/Makefile index 6964d9a1df5a..cfe92c916541 100644 --- a/databases/mysql-editor/Makefile +++ b/databases/mysql-editor/Makefile @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME} MAINTAINER= mi@aldan.algebra.com COMMENT= CGI scripts in Perl to edit your MySQL tables -RUN_DEPENDS= ${CGI_BIN}:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${CGI_BIN}:${PORTSDIR}/${APACHE_PORT} NO_BUILD= True diff --git a/databases/mysqlman/Makefile b/databases/mysqlman/Makefile index 65ad2ddc4f8c..d47c15ee3a27 100644 --- a/databases/mysqlman/Makefile +++ b/databases/mysqlman/Makefile @@ -13,7 +13,7 @@ DISTNAME= mysqlman MAINTAINER= janos.mohacsi@bsd.hu COMMENT= MySQLMan is a web based MySQL database manager written in perl -RUN_DEPENDS= ${WWW_DIR}:${PORTSDIR}/www/apache13 +RUN_DEPENDS= ${WWW_DIR}:${PORTSDIR}/${APACHE_PORT} WRKSRC= ${WRKDIR}/${DISTNAME}-${PORTVERSION} RESTRICTED= "not redistributable, license agreement required" |