diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-17 19:11:47 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-17 19:11:47 +0000 |
commit | c8c82c4af9092af8e6b617be086584b0c8f65c81 (patch) | |
tree | 095bc8a2e0b4017614f6f18cd6b453aa65694c12 /www | |
parent | d3bca7af85504238fa25a23a8ee4fd1ee28b5178 (diff) | |
download | pkgsrc-c8c82c4af9092af8e6b617be086584b0c8f65c81.tar.gz |
apxs needs perl.
Diffstat (limited to 'www')
-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 |