aboutsummaryrefslogtreecommitdiff
path: root/textproc/htdig/Makefile
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/Makefile
parent7399a6b341ea6aa86ba87fbf2b3a8b5ddc9a6edf (diff)
downloadports-de0aea60410a8dd1334620937f1911a541665c2b.tar.gz
ports-de0aea60410a8dd1334620937f1911a541665c2b.zip
USE_APACHE is needed for the value of APACHE_PORT
Notes
Notes: svn path=/head/; revision=171567
Diffstat (limited to 'textproc/htdig/Makefile')
-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