pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/rlwrap



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 22:19:17 UTC 2017

Modified Files:
        pkgsrc/misc/rlwrap: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/misc/rlwrap/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/rlwrap/Makefile
diff -u pkgsrc/misc/rlwrap/Makefile:1.16 pkgsrc/misc/rlwrap/Makefile:1.17
--- pkgsrc/misc/rlwrap/Makefile:1.16    Sat Jul  9 06:38:37 2016
+++ pkgsrc/misc/rlwrap/Makefile Wed Jan  4 22:19:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/07/09 06:38:37 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2017/01/04 22:19:17 roy Exp $
 #
 
 DISTNAME=      rlwrap-0.42
@@ -32,7 +32,7 @@ REPLACE_PERL+=        filters/unbackspace
 TEST_TARGET=           check
 
 .include "options.mk"
-.include "../../devel/ncurses/buildlink3.mk"
 BUILDLINK_API_DEPENDS.readline+=readline>=4.2
 .include "../../devel/readline/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index