aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/htdig/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/htdig/Makefile b/textproc/htdig/Makefile
index e976febf161f..394128f3fa2e 100644
--- a/textproc/htdig/Makefile
+++ b/textproc/htdig/Makefile
@@ -41,6 +41,7 @@ OPTIONS= APACHE "Include ${APACHE_PORT} as a dependency" on
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_APACHE)
+USE_APACHE= yes
CONFIGURE_ARGS+= --with-apache=${LOCALBASE}/sbin
RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT}
.endif