From 3bb9be5b3de6826fbb54c82c5e3d421ba2da25d2 Mon Sep 17 00:00:00 2001 From: roy Date: Wed, 4 Jan 2017 09:40:15 +0000 Subject: Use the curses framework. --- net/tn5250/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/net/tn5250/Makefile b/net/tn5250/Makefile index 371565a3372..7d4dff619a5 100644 --- a/net/tn5250/Makefile +++ b/net/tn5250/Makefile @@ -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 @@ COMMENT= Implementation of the IBM 5250 telnet protocol 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" -- cgit v1.2.3