summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroy <roy>2017-01-04 09:40:15 +0000
committerroy <roy>2017-01-04 09:40:15 +0000
commit3bb9be5b3de6826fbb54c82c5e3d421ba2da25d2 (patch)
treea5529e5d6268d1430fa155d59107077196fdd200
parent38f7b746ccb378c285cc60c2b93fa9775489dc96 (diff)
downloadpkgsrc-3bb9be5b3de6826fbb54c82c5e3d421ba2da25d2.tar.gz
Use the curses framework.
-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"