diff options
author | dougb <dougb@FreeBSD.org> | 2006-08-29 01:45:43 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-08-29 01:45:43 +0800 |
commit | e5a9deac88744f91f84d9c62a0c8e826326e5276 (patch) | |
tree | 5d628480086cd8a67e6b2b8f616ce4dbc2d14d02 /textproc/htdig | |
parent | de66d5a09ec0ee52e73891dab7913961f24f3d9d (diff) | |
download | freebsd-ports-gnome-e5a9deac88744f91f84d9c62a0c8e826326e5276.tar.gz freebsd-ports-gnome-e5a9deac88744f91f84d9c62a0c8e826326e5276.tar.zst freebsd-ports-gnome-e5a9deac88744f91f84d9c62a0c8e826326e5276.zip |
USE_APACHE is needed for the value of APACHE_PORT
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 |