diff options
-rw-r--r-- | comms/tn3270/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/tn3270/Makefile b/comms/tn3270/Makefile index d51b0c71f54..fbf9e658ed5 100644 --- a/comms/tn3270/Makefile +++ b/comms/tn3270/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/01/17 18:26:28 spz Exp $ +# $NetBSD: Makefile,v 1.5 2011/11/14 01:36:46 dholland Exp $ DISTNAME= tn3270-0.20100116 CATEGORIES= comms net @@ -12,6 +12,8 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir +TOOLS+= yacc + INSTALLATION_DIRS+= bin share/tn3270 .include "../../mk/curses.buildlink3.mk" |