diff options
Diffstat (limited to 'www/mod_auth_mysql_another')
-rw-r--r-- | www/mod_auth_mysql_another/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/mod_auth_mysql_another/Makefile b/www/mod_auth_mysql_another/Makefile index d63fcbcf4ae1..91f5cfe4457e 100644 --- a/www/mod_auth_mysql_another/Makefile +++ b/www/mod_auth_mysql_another/Makefile @@ -31,22 +31,18 @@ LIB_DEPENDS= mysqlclient.12:${PORTSDIR}/databases/mysql40-client WITH_APACHE2= yes .endif -APXS= ${LOCALBASE}/sbin/apxs - .if defined(WITH_APACHE2) -APACHE_PORT= ${PORTSDIR}/www/apache2 APACHE_VER= APACHE2 PLIST_SUB= VER="2" DSO= mod_auth_mysql.la .else -APACHE_PORT= ${PORTSDIR}/www/apache13 APACHE_VER= APACHE1 PLIST_SUB= VER="" DSO= mod_auth_mysql.so .endif -BUILD_DEPENDS= ${APXS}:${APACHE_PORT} -RUN_DEPENDS= ${APXS}:${APACHE_PORT} +BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} +RUN_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} post-patch: @${SED} 's|%%LOCALBASE%%|${LOCALBASE}|g;s|%%APXS%%|${APXS}|g;s|%%APACHE_VER%%|${APACHE_VER}|g;s|%%DSO%%|${DSO}|g' \ |