diff options
Diffstat (limited to 'www/resin3/Makefile')
-rw-r--r-- | www/resin3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/resin3/Makefile b/www/resin3/Makefile index db8ea5f553f1..573ba9075fe4 100644 --- a/www/resin3/Makefile +++ b/www/resin3/Makefile @@ -74,7 +74,7 @@ PLIST_SUB+= APACHE="" # # Apache 2 # -BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache2 +BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache20 CONFIGURE_ARGS+= --with-apxs=${APXS} PLIST_SUB+= MOD_DIR=libexec/apache2 # Allow apxs invocations |