summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2019-02-14 12:16:03 +0000
committertron <tron@pkgsrc.org>2019-02-14 12:16:03 +0000
commitdeed1c3a9afcf4d709284df4c15ae99bb5ee5067 (patch)
tree567a7b24b06c2e97da6e6ad623d885571a31126b /security
parent7d334a9776a53d8fa6b1526981edb4f33bc3c3f7 (diff)
downloadpkgsrc-deed1c3a9afcf4d709284df4c15ae99bb5ee5067.tar.gz
caff: Fix build under macOS and possibly other platforms
Add GNU sed to the list of required build tools because the makefile uses the non standard option "-i".
Diffstat (limited to 'security')
-rw-r--r--security/caff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/caff/Makefile b/security/caff/Makefile
index edcd0666da9..001b2a12a79 100644
--- a/security/caff/Makefile
+++ b/security/caff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2019/02/13 19:57:11 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2019/02/14 12:16:03 tron Exp $
VERSION= 2.8
DISTNAME= signing-party_${VERSION}.orig
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 AND modified-bsd
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/:S/.orig//}
-USE_TOOLS+= autoconf automake gmake pod2man
+USE_TOOLS+= autoconf automake gmake pod2man gsed
USE_TOOLS+= perl:run
DEPENDS+= p5-Text-Template-[0-9]*:../../textproc/p5-Text-Template