diff options
author | wiz <wiz@pkgsrc.org> | 2005-05-31 20:00:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-05-31 20:00:43 +0000 |
commit | 5089e11744852eedaa066c2b0acd884475dc30fe (patch) | |
tree | 6f98b5ba797ec80686697064ba2ca2bb21b9857a /www | |
parent | 50ae232530bf54ee5607b67dc825914cd3dfb34e (diff) | |
download | pkgsrc-5089e11744852eedaa066c2b0acd884475dc30fe.tar.gz |
Remove some obsolete variables from BUILD_DEFS.
Diffstat (limited to 'www')
-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 25688a9459c..8f2d58b70d6 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.166 2005/05/31 10:01:40 dillo Exp $ +# $NetBSD: Makefile,v 1.167 2005/05/31 20:00:43 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). @@ -133,8 +133,6 @@ LINK_LIBGCC_LDFLAGS+= -lgcc_s .endif BUILD_DEFS+= APACHE_CUSTOM_CFLAGS -BUILD_DEFS+= APACHE_PERF_TUNING -BUILD_DEFS+= APACHE_SUEXEC EGDIR= ${PREFIX}/share/examples/httpd |