diff options
author | drochner <drochner> | 2008-03-10 18:35:54 +0000 |
---|---|---|
committer | drochner <drochner> | 2008-03-10 18:35:54 +0000 |
commit | 99647a614df77b45fa2e0b4f199930385f50a5b1 (patch) | |
tree | a136078dbec2cc0b74c39adee7dd45c64701e07d /www/curl/Makefile | |
parent | bc1231b82e613ce823b8ed87d795f0ce427bffa9 (diff) | |
download | pkgsrc-99647a614df77b45fa2e0b4f199930385f50a5b1.tar.gz |
-make the gssapi option default on NetBSD (where Kerberos comes for free)
(suggested by Todd Kover in PR pkg/36144)
-propagate the krb dependency through bl3 if necessary
-bump PKGREVISION
Diffstat (limited to 'www/curl/Makefile')
-rw-r--r-- | www/curl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index 5dee1ab3caf..3019ec10e2f 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.79 2008/03/02 14:40:26 bjs Exp $ +# $NetBSD: Makefile,v 1.80 2008/03/10 18:35:54 drochner Exp $ DISTNAME= curl-7.18.0 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ |