summaryrefslogtreecommitdiff
path: root/www/apache
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-04-11 21:44:48 +0000
committertv <tv@pkgsrc.org>2005-04-11 21:44:48 +0000
commit915c0d730df55e4ddf04b9d9e07f7603057636e4 (patch)
tree2d8b7b078f159a824fcd53503d6096a145f0f177 /www/apache
parent7453f22416c9b37d26567190d2eaf0f2af6b40fd (diff)
downloadpkgsrc-915c0d730df55e4ddf04b9d9e07f7603057636e4.tar.gz
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'www/apache')
-rw-r--r--www/apache/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile
index cc7c226db26..5817e61fcfb 100644
--- a/www/apache/Makefile
+++ b/www/apache/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.160 2005/02/28 23:30:48 abs Exp $
+# $NetBSD: Makefile,v 1.161 2005/04/11 21:47:51 tv 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).
@@ -29,7 +29,6 @@ SITES_${MODSSL_DIST}= http://www.modssl.org/source/ \
CONFLICTS= apache-*ssl-[0-9]* apache6-[0-9]*
EXTRACT_ONLY= ${DISTFILES:N*.gif}
-USE_BUILDLINK3= YES
# Actually, apache is only written in C, but we need this so that
# a dlopen()ed apache module that's written in C++ will have static
# objects constructed properly.