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/apache2 | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index a91814c221d..34367e81427 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.67 2005/04/11 18:56:05 martti Exp $ +# $NetBSD: Makefile,v 1.68 2005/04/11 21:47:51 tv Exp $ .include "Makefile.common" @@ -12,7 +12,6 @@ CONFLICTS= apache-*ssl-[0-9]* apache-[0-9]* apache6-[0-9]* BUILD_DEFS+= USE_INET6 -USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_LIBTOOL= YES |