summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorwiz <wiz>2016-01-28 12:04:45 +0000
committerwiz <wiz>2016-01-28 12:04:45 +0000
commitb1729b32291f38154322fad93219249cececc6ad (patch)
tree1cfd2b498652e7ab0920a2ed33e820f70700c61b /www
parent5aa3a6043fcc76da2eafd003581d719521affb6d (diff)
downloadpkgsrc-b1729b32291f38154322fad93219249cececc6ad.tar.gz
Remove gmake dependency, bug was fixed upstream before 7.47.0.
Diffstat (limited to 'www')
-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}