diff options
author | roy <roy@pkgsrc.org> | 2013-10-10 16:31:28 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2013-10-10 16:31:28 +0000 |
commit | 255b26fddc949202f6d59dbe1a9503d73279161a (patch) | |
tree | 228ea813b6259e403d0fa150c9c4e68121565b9e /comms/tn3270 | |
parent | eda5fb2e29b33922bb92f2dd142f89b815a18b0a (diff) | |
download | pkgsrc-255b26fddc949202f6d59dbe1a9503d73279161a.tar.gz |
tn3270 uses termcap as well as curses.
Diffstat (limited to 'comms/tn3270')
-rw-r--r-- | comms/tn3270/Makefile | 9 |
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" |