pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/tn5250
Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 09:40:15 UTC 2017
Modified Files:
        pkgsrc/net/tn5250: Makefile
Log Message:
Use the curses framework.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/tn5250/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/tn5250/Makefile
diff -u pkgsrc/net/tn5250/Makefile:1.24 pkgsrc/net/tn5250/Makefile:1.25
--- pkgsrc/net/tn5250/Makefile:1.24     Tue Aug 18 07:31:16 2015
+++ pkgsrc/net/tn5250/Makefile  Wed Jan  4 09:40:15 2017
@@ -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 
 
 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