diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 04:59:42 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 04:59:42 +0000 |
commit | 67721bd22d50a02e35021f1d03c3658680e89201 (patch) | |
tree | c6fb2318cc5da1ef6d38de1363ef6a1ac96a86ba /www/http_load | |
parent | 763c7a82b9f2eebd8438ab3acc284818c1f5f2fe (diff) | |
download | pkgsrc-67721bd22d50a02e35021f1d03c3658680e89201.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/http_load')
-rw-r--r-- | www/http_load/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/http_load/Makefile b/www/http_load/Makefile index cec88dd9463..aad8d02c9fa 100644 --- a/www/http_load/Makefile +++ b/www/http_load/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/26 02:27:57 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/27 05:44:23 snj Exp $ DISTNAME= http_load-04jan2002 PKGNAME= http_load-20020104 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.acme.com/software/http_load/ COMMENT= Multiprocessing http test client MAKE_ENV+= SSLBASE="${SSLBASE}" -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |