summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-01-28 12:04:45 +0000
committerwiz <wiz@pkgsrc.org>2016-01-28 12:04:45 +0000
commit20733a52bdef2164d769b861cc7c0a139e914c33 (patch)
tree1cfd2b498652e7ab0920a2ed33e820f70700c61b /www/curl
parentebc2b90836ef7c4ff6080893551e19755f22c06e (diff)
downloadpkgsrc-20733a52bdef2164d769b861cc7c0a139e914c33.tar.gz
Remove gmake dependency, bug was fixed upstream before 7.47.0.
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index 5e32ab44483..00ed02f4cd5 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.157 2016/01/28 11:46:02 mef Exp $
+# $NetBSD: Makefile,v 1.158 2016/01/28 12:04:45 wiz Exp $
DISTNAME= curl-7.47.0
CATEGORIES= www
@@ -15,9 +15,7 @@ LICENSE= mit
# list it into IPv6-ready packages
BUILD_DEFS+= IPV6_READY
-USE_TOOLS+= nroff
-# https://github.com/bagder/curl/issues/555
-USE_TOOLS+= gmake perl
+USE_TOOLS+= nroff perl
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}