diff options
author | jlam <jlam> | 2001-06-29 03:48:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-29 03:48:41 +0000 |
commit | 2f435ad659dc6615a4189308a617ce70ec5818df (patch) | |
tree | 1d42b6e47ae4f03282187280dd0ef7f19208cbe8 /www/curl | |
parent | 4d3aa0080161d5fabb1d526b335d521c4a1b1a78 (diff) | |
download | pkgsrc-2f435ad659dc6615a4189308a617ce70ec5818df.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'www/curl')
-rw-r--r-- | www/curl/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 15674665016..178293e5551 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/04/06 03:47:23 itojun Exp $ +# $NetBSD: Makefile,v 1.4 2001/06/29 03:48:41 jlam Exp $ DISTNAME= curl-7.7.1 CATEGORIES= www @@ -8,10 +8,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://curl.haxx.se/ COMMENT= client that groks URLs -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_LIBTOOL= yes +USE_BUILDLINK_ONLY= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -USE_SSL= yes +.include "../../security/openssl/buildlink.mk" .include "../../mk/bsd.pkg.mk" |