diff options
author | minskim <minskim> | 2005-10-20 16:25:15 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-20 16:25:15 +0000 |
commit | f35e912d24842c211b6206244ac388672c216b1a (patch) | |
tree | d70252d7e96968b3566022e33ae67b42507c1a60 /www/curl/Makefile | |
parent | 8da3041e3c97936cb1437ed8ed7d5f7fb6f29cba (diff) | |
download | pkgsrc-f35e912d24842c211b6206244ac388672c216b1a.tar.gz |
Make "curl-config --vernum" work again. It was broken in 7.15.0.
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 8ac0eadcaab..f88f0c7f4c1 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2005/10/15 15:37:16 reed Exp $ +# $NetBSD: Makefile,v 1.58 2005/10/20 16:25:15 minskim Exp $ DISTNAME= curl-7.15.0 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://curl.haxx.se/download/ \ ftp://ftp.sunet.se/pub/www/utilities/curl/ \ |