diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-29 03:48:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-29 03:48:41 +0000 |
commit | 883d6019acce8359060c5b8ed272f828d39fe1cd (patch) | |
tree | 1d42b6e47ae4f03282187280dd0ef7f19208cbe8 | |
parent | 09dbfc008a40d1bd47ac0b7c95751d791734da9e (diff) | |
download | pkgsrc-883d6019acce8359060c5b8ed272f828d39fe1cd.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
-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" |