diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/resin3 | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
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 |