pkgsrc-WIP-changes archive

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

tig: Depends on readline to ease `:' commands interaction



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed May 15 01:47:04 2019 +0200
Changeset:	5c81a0996f708a679d9be7b251619ce37bd324a9

Modified Files:
	tig/Makefile

Log Message:
tig: Depends on readline to ease `:' commands interaction

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5c81a0996f708a679d9be7b251619ce37bd324a9

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

diffstat:
 tig/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/tig/Makefile b/tig/Makefile
index 82716f0845..bd230ba51e 100644
--- a/tig/Makefile
+++ b/tig/Makefile
@@ -48,5 +48,6 @@ post-install:
 USE_CURSES=		getsyx
 
 .include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index