summaryrefslogtreecommitdiff
path: root/www/curl
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-05-03 20:01:28 +0000
committerryoon <ryoon@pkgsrc.org>2014-05-03 20:01:28 +0000
commitc499ef52d07db2fd2c172b93a0f7b32ae2787b30 (patch)
tree5d9c0edea6bad6638a155a8e3d58ba440ebd8c58 /www/curl
parentdf58307367b82e37624e3bdabc4ae9fe5e2b330c (diff)
downloadpkgsrc-c499ef52d07db2fd2c172b93a0f7b32ae2787b30.tar.gz
nroff is required for hugehelp()
Fix build under OpenBSD 5.5
Diffstat (limited to 'www/curl')
-rw-r--r--www/curl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile
index c108c63d02f..a5d0030ea4f 100644
--- a/www/curl/Makefile
+++ b/www/curl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.136 2014/03/30 12:57:54 spz Exp $
+# $NetBSD: Makefile,v 1.137 2014/05/03 20:01:28 ryoon Exp $
DISTNAME= curl-7.36.0
CATEGORIES= www
@@ -17,6 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
# list it into IPv6-ready packages
BUILD_DEFS+= IPV6_READY
+USE_TOOLS+= nroff
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}