pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/tig tig: needs gsed.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed9450333678
branches:  trunk
changeset: 379008:ed9450333678
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Tue May 10 13:10:29 2022 +0000

description:
tig: needs gsed.

Should fix the build on Solaris.

diffstat:

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

diffs (18 lines):

diff -r 8972c64e46a5 -r ed9450333678 devel/tig/Makefile
--- a/devel/tig/Makefile        Tue May 10 13:07:50 2022 +0000
+++ b/devel/tig/Makefile        Tue May 10 13:10:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2022/01/12 21:39:33 fcambus Exp $
+# $NetBSD: Makefile,v 1.21 2022/05/10 13:10:29 fcambus Exp $
 
 DISTNAME=      tig-2.5.5
 CATEGORIES=    devel scm
@@ -15,7 +15,7 @@
 DEPENDS+=      git-base-[0-9]*:../../devel/git-base
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake gsed
 USE_NCURSES=   yes     # Display issues with NetBSD curses(3)
 
 CONF_FILES=    ${EGDIR}/tigrc ${PKG_SYSCONFDIR}/tigrc



Home | Main Index | Thread Index | Old Index