diff options
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 8c8d2ebbb08..5abc47c179c 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.164 2005/05/06 00:14:21 wiz Exp $ +# $NetBSD: Makefile,v 1.165 2005/05/17 19:11:47 jlam Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). @@ -55,6 +55,7 @@ CONFIGURE_ARGS+= --without-execstrip .endif PKG_SYSCONFSUBDIR?= httpd +USE_TOOLS+= perl APACHE_USER?= www APACHE_GROUP?= www |