diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-26 10:39:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-26 10:39:05 +0000 |
commit | 268e9690e85c0d8826ef29f71c82ccbe123639cf (patch) | |
tree | 7d7725c2b2e28af58ff573817296985c0ad02a52 /www/curl/Makefile | |
parent | cc2a8642f3753d78c489e00b1eafcae0e295c445 (diff) | |
download | pkgsrc-268e9690e85c0d8826ef29f71c82ccbe123639cf.tar.gz |
Set default path for CA certificates. Bump PKGREVISION.
From Matthias Pfaller.
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 128264f46c0..cfe2ef2be33 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2009/08/16 13:47:35 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2009/10/26 10:39:05 wiz Exp $ DISTNAME= curl-7.19.6 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ @@ -21,6 +22,7 @@ BUILD_DEFS+= IPV6_READY USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} +CONFIGURE_ARGS+= --with-ca-path=${SSLCERTS} CONFIGURE_ARGS+= --with-zlib=${BUILDLINK_PREFIX.zlib} .include "../../mk/bsd.prefs.mk" |