diff options
Diffstat (limited to 'www/resin2/Makefile')
-rw-r--r-- | www/resin2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/resin2/Makefile b/www/resin2/Makefile index a0d9366cc036..729a12568cf0 100644 --- a/www/resin2/Makefile +++ b/www/resin2/Makefile @@ -71,7 +71,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 |