summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache>2013-06-07 07:17:15 +0000
committerobache <obache>2013-06-07 07:17:15 +0000
commit90edaed4353a57298fa1540880321069fd43d68e (patch)
treec1d6a9ceb1ad448aa48ce2c89aa5d127bbe67f72 /security
parent776f9e23d4a64eb38e9a7f2220bfa6b681990a18 (diff)
downloadpkgsrc-90edaed4353a57298fa1540880321069fd43d68e.tar.gz
require `fgrep' as a tool.
fixes build on Haiku, noticed by diger in pkgsrc-users@.
Diffstat (limited to 'security')
-rw-r--r--security/openssl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/openssl/Makefile b/security/openssl/Makefile
index 6c19f5bf4e5..aabc6042093 100644
--- a/security/openssl/Makefile
+++ b/security/openssl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.177 2013/05/31 12:41:52 wiz Exp $
+# $NetBSD: Makefile,v 1.178 2013/06/07 07:17:15 obache Exp $
DISTNAME= openssl-1.0.1e
MASTER_SITES= http://ftp.openssl.org/source/
@@ -22,7 +22,7 @@ BUILD_DEPENDS+= p5-Perl4-CoreLibs-[0-9]*:../../devel/p5-Perl4-CoreLibs
.include "../../mk/compiler.mk"
EXTRACT_USING= gtar
-USE_TOOLS+= gmake perl
+USE_TOOLS+= fgrep gmake perl
TEST_TARGET= tests
MAKE_JOBS_SAFE= no