diff options
Diffstat (limited to 'www/resin3')
-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 83768d78dbc6..de91ad7264ec 100644 --- a/www/resin3/Makefile +++ b/www/resin3/Makefile @@ -63,7 +63,7 @@ USE_RC_SUBR= resin3 # Install the Apache plugin if needed .if ${PORT_OPTIONS:MAPACHE22} -BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/www/apache22 +BUILD_DEPENDS+= ${APXS}:www/apache22 CONFIGURE_ARGS+=--with-apxs=${APXS} PLIST_SUB+= MOD_DIR=libexec/apache22 # Allow apxs invocations |