diff options
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 20cfeee6ae5..6dfe0b6b1ab 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.171 2005/09/16 13:53:56 salo Exp $ +# $NetBSD: Makefile,v 1.172 2005/10/05 13:29:50 wiz 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). @@ -66,8 +66,6 @@ CONFIGURE_ARGS+= --server-gid=${APACHE_GROUP} PKG_OPTIONS_VAR= PKG_OPTIONS.apache PKG_SUPPORTED_OPTIONS= perf-tuning suexec -PKG_OPTIONS_LEGACY_VARS+= APACHE_PERF_TUNING:perf-tuning -PKG_OPTIONS_LEGACY_VARS+= APACHE_SUEXEC:suexec .include "../../mk/bsd.options.mk" |