summaryrefslogtreecommitdiff
path: root/www/apache
diff options
context:
space:
mode:
authortv <tv>2005-04-11 21:44:48 +0000
committertv <tv>2005-04-11 21:44:48 +0000
commit6ae45d8308fa8e630ce7e54497d6aa30e16ed140 (patch)
tree2d8b7b078f159a824fcd53503d6096a145f0f177 /www/apache
parent06c84faf8b8f9b82d97b65e1afea04a61d1ea33c (diff)
downloadpkgsrc-6ae45d8308fa8e630ce7e54497d6aa30e16ed140.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.