diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /www/apache/Makefile | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'www/apache/Makefile')
-rw-r--r-- | www/apache/Makefile | 3 |
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. |