summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorroy <roy>2013-10-10 16:31:28 +0000
committerroy <roy>2013-10-10 16:31:28 +0000
commita570ad627fb530ad12e44989efb83f23f52739e4 (patch)
tree228ea813b6259e403d0fa150c9c4e68121565b9e /comms
parentedb280ad038f383535fb2973c8453e47bdb6f689 (diff)
downloadpkgsrc-a570ad627fb530ad12e44989efb83f23f52739e4.tar.gz
tn3270 uses termcap as well as curses.
Diffstat (limited to 'comms')
-rw-r--r--comms/tn3270/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/comms/tn3270/Makefile b/comms/tn3270/Makefile
index b8dfe438eae..615e6d4fe61 100644
--- a/comms/tn3270/Makefile
+++ b/comms/tn3270/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2012/10/03 11:24:45 asau Exp $
+# $NetBSD: Makefile,v 1.8 2013/10/10 16:31:28 roy Exp $
DISTNAME= tn3270-0.20100116
+PKGREVISION= 1
CATEGORIES= comms net
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -10,9 +11,13 @@ COMMENT= Utilities for connecting to IBM VM/CMS systems
LICENSE= modified-bsd
-USE_TOOLS+= yacc
+USE_TOOLS+= yacc
+
+LIBS+= ${BUILDLINK_LDADD.termcap}
+MAKE_ENV+= LIBS=${LIBS:Q}
INSTALLATION_DIRS+= bin share/tn3270
.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"