From 2f435ad659dc6615a4189308a617ce70ec5818df Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 29 Jun 2001 03:48:41 +0000 Subject: Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. --- www/curl/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'www/curl') 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" -- cgit v1.2.3