diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-08-28 17:45:43 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-08-28 17:45:43 +0000 |
commit | de0aea60410a8dd1334620937f1911a541665c2b (patch) | |
tree | 0f63e3e4978c7f377ee1f84c3ce8c40493d853bc /textproc/htdig | |
parent | 7399a6b341ea6aa86ba87fbf2b3a8b5ddc9a6edf (diff) | |
download | ports-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')
-rw-r--r-- | textproc/htdig/Makefile | 1 |
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 |