pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/tmate



Module Name:    pkgsrc
Committed By:   dholland
Date:           Sun Sep 10 01:01:34 UTC 2017

Modified Files:
        pkgsrc/misc/tmate: Makefile

Log Message:
Wants curses and not just termcap.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/misc/tmate/Makefile

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

Modified files:

Index: pkgsrc/misc/tmate/Makefile
diff -u pkgsrc/misc/tmate/Makefile:1.1 pkgsrc/misc/tmate/Makefile:1.2
--- pkgsrc/misc/tmate/Makefile:1.1      Wed Aug 23 18:56:14 2017
+++ pkgsrc/misc/tmate/Makefile  Sun Sep 10 01:01:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/08/23 18:56:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.2 2017/09/10 01:01:34 dholland Exp $
 
 DISTNAME=      tmate-2.2.1
 CATEGORIES=    misc
@@ -21,5 +21,5 @@ pre-configure:
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../devel/msgpack/buildlink3.mk"
 .include "../../security/libssh/buildlink3.mk"
-.include "../../mk/termcap.buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index