summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-06-07 07:17:15 +0000
committerobache <obache@pkgsrc.org>2013-06-07 07:17:15 +0000
commit06a97ee4ae91bccfd0fb77849e516ddf5cffbc01 (patch)
treec1d6a9ceb1ad448aa48ce2c89aa5d127bbe67f72 /security
parentf6a75108359d047c5a6c4d0b5d10c10a1b1600ad (diff)
downloadpkgsrc-06a97ee4ae91bccfd0fb77849e516ddf5cffbc01.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