summaryrefslogtreecommitdiff
path: root/textproc/htdig
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2006-08-28 17:45:43 +0000
committerDoug Barton <dougb@FreeBSD.org>2006-08-28 17:45:43 +0000
commitde0aea60410a8dd1334620937f1911a541665c2b (patch)
tree0f63e3e4978c7f377ee1f84c3ce8c40493d853bc /textproc/htdig
parent- Update to 1.5 (diff)
USE_APACHE is needed for the value of APACHE_PORT
Notes
Notes: svn path=/head/; revision=171567
Diffstat (limited to 'textproc/htdig')
-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