summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2017-01-04 09:40:15 +0000
committerroy <roy@pkgsrc.org>2017-01-04 09:40:15 +0000
commit3907fb045b53d21e280fb80b3d092aed2476f1b1 (patch)
treebd0084fa0958e9253d3ed81caa6477fd263bc5df /net
parentd477b8f35d9b7b32cd776ed6d768cecaea8e180d (diff)
downloadpkgsrc-3907fb045b53d21e280fb80b3d092aed2476f1b1.tar.gz
Use the curses framework.
Diffstat (limited to 'net')
-rw-r--r--net/tn5250/Makefile7
1 files 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"