pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/tig



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Tue May 10 13:10:29 UTC 2022

Modified Files:
        pkgsrc/devel/tig: Makefile

Log Message:
tig: needs gsed.

Should fix the build on Solaris.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/tig/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/tig/Makefile
diff -u pkgsrc/devel/tig/Makefile:1.20 pkgsrc/devel/tig/Makefile:1.21
--- pkgsrc/devel/tig/Makefile:1.20      Wed Jan 12 21:39:33 2022
+++ pkgsrc/devel/tig/Makefile   Tue May 10 13:10:29 2022
@@ -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 @@ TOOL_DEPENDS+=        xmlto-[0-9]*:../../textpr
 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