pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/tn5250 Use the curses framework.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e36742756982
branches: trunk
changeset: 356719:e36742756982
user: roy <roy%pkgsrc.org@localhost>
date: Wed Jan 04 09:40:15 2017 +0000
description:
Use the curses framework.
diffstat:
net/tn5250/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r 8a23d678c1df -r e36742756982 net/tn5250/Makefile
--- a/net/tn5250/Makefile Wed Jan 04 07:14:36 2017 +0000
+++ b/net/tn5250/Makefile Wed Jan 04 09:40:15 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.24 2015/08/18 07:31:16 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2017/01/04 09:40:15 roy Exp $
#
DISTNAME= tn5250-0.12.51
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= ftp://ftp.blarg.net/users/mmadore/
@@ -12,8 +12,9 @@
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
+FAKE_NCURSES= yes
LDFLAGS.SunOS+= -lsocket -lnsl -lxnet
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index