From e5a9deac88744f91f84d9c62a0c8e826326e5276 Mon Sep 17 00:00:00 2001 From: dougb Date: Mon, 28 Aug 2006 17:45:43 +0000 Subject: USE_APACHE is needed for the value of APACHE_PORT --- textproc/htdig/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'textproc/htdig') 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 .if !defined(WITHOUT_APACHE) +USE_APACHE= yes CONFIGURE_ARGS+= --with-apache=${LOCALBASE}/sbin RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/${APACHE_PORT} .endif -- cgit