diff options
author | wiz <wiz> | 2004-02-19 01:24:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-02-19 01:24:01 +0000 |
commit | ae4eec68585f58fcd48ae23d838dacecd97d9bba (patch) | |
tree | ab1a76471a58938f522ee5a1863987eccb49c902 /www/curl/Makefile | |
parent | a3bc72c481d9f1f13d3fc537dfadbd9845e76219 (diff) | |
download | pkgsrc-ae4eec68585f58fcd48ae23d838dacecd97d9bba.tar.gz |
Convert to buildlink3.
While here, add zlib buildlink2.mk to buildlink2.mk file, since libcurl
depends on it.
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 74bae0af290..62adbe60ea0 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/02/14 17:21:54 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2004/02/19 01:24:01 wiz Exp $ DISTNAME= curl-7.11.0 CATEGORIES= www @@ -13,7 +13,7 @@ COMMENT= Client that groks URLs # list it into IPv6-ready packages BUILD_DEFS+= USE_INET6 -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} @@ -38,6 +38,6 @@ post-install: ${INSTALL_DATA} $${_f} ${PREFIX}/share/examples/curl; \ done -.include "../../devel/zlib/buildlink2.mk" -.include "../../security/openssl/buildlink2.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |