Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/re2 re2: Requires gsed for portable sed -i.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58575186852b
branches:  trunk
changeset: 429539:58575186852b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Apr 21 12:31:19 2020 +0000

description:
re2: Requires gsed for portable sed -i.

diffstat:

 devel/re2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r be1bf3ae8107 -r 58575186852b devel/re2/Makefile
--- a/devel/re2/Makefile        Tue Apr 21 11:51:20 2020 +0000
+++ b/devel/re2/Makefile        Tue Apr 21 12:31:19 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/02/26 16:20:43 nia Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/21 12:31:19 jperkin Exp $
 
 DISTNAME=      re2-20200101
 CATEGORIES=    devel
@@ -11,7 +11,7 @@
 LICENSE=       modified-bsd
 
 USE_LANGUAGES+=        c c++
-USE_TOOLS+=    gmake pkg-config
+USE_TOOLS+=    gmake gsed pkg-config
 
 SUBST_CLASSES+=                path
 SUBST_MESSAGE.path=    Fixup pathnames



Home | Main Index | Thread Index | Old Index