pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/re2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Apr 21 12:31:20 UTC 2020

Modified Files:
        pkgsrc/devel/re2: Makefile

Log Message:
re2: Requires gsed for portable sed -i.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/re2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/re2/Makefile
diff -u pkgsrc/devel/re2/Makefile:1.6 pkgsrc/devel/re2/Makefile:1.7
--- pkgsrc/devel/re2/Makefile:1.6       Wed Feb 26 16:20:43 2020
+++ pkgsrc/devel/re2/Makefile   Tue Apr 21 12:31:19 2020
@@ -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 @@ COMMENT=      Regular expression library
 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