diff options
author | manu <manu> | 2008-07-31 19:47:10 +0000 |
---|---|---|
committer | manu <manu> | 2008-07-31 19:47:10 +0000 |
commit | fe123ec911fd99532c4fa1f8998e5607b116987d (patch) | |
tree | 33ec2ac9b98aa941b3b7cb7500774c0d128b6b3d /www/curl/Makefile | |
parent | 46316084fdb136ea2a1a479d803887ab980d316a (diff) | |
download | pkgsrc-fe123ec911fd99532c4fa1f8998e5607b116987d.tar.gz |
Added a LDAP option to curl, so that ldap:// and ldaps:// URL are supported
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index df9b35869af..57d1f08c4c7 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2008/07/05 00:20:49 minskim Exp $ +# $NetBSD: Makefile,v 1.84 2008/07/31 19:47:10 manu Exp $ DISTNAME= curl-7.18.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ |