diff options
Diffstat (limited to 'comms')
-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" |