pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/yap Use the curses framework



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df3de1e94265
branches:  trunk
changeset: 356845:df3de1e94265
user:      roy <roy%pkgsrc.org@localhost>
date:      Thu Jan 05 16:33:58 2017 +0000

description:
Use the curses framework

diffstat:

 lang/yap/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r fea7c87e723c -r df3de1e94265 lang/yap/Makefile
--- a/lang/yap/Makefile Thu Jan 05 16:33:26 2017 +0000
+++ b/lang/yap/Makefile Thu Jan 05 16:33:58 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/07/01 17:55:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.24 2017/01/05 16:33:58 roy Exp $
 
 DISTNAME=              yap-6.3.3
 PKGREVISION=           4
@@ -35,8 +35,8 @@
 .endif
 
 .include "../../archivers/libarchive/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/readline/buildlink3.mk"
 .include "../../devel/gmp/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index