diff options
author | dholland <dholland@pkgsrc.org> | 2011-11-14 01:36:46 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-11-14 01:36:46 +0000 |
commit | 9d5c6ec94d7a1524460432f1488325be9a09fce3 (patch) | |
tree | e78ee2a9f345cdfa91b11d46394008675fbcc133 /comms | |
parent | 3c708ae74e1512053b62ef40ec9b809ba78b433b (diff) | |
download | pkgsrc-9d5c6ec94d7a1524460432f1488325be9a09fce3.tar.gz |
TOOLS+=yacc, may unbreak Linux build
Diffstat (limited to 'comms')
-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" |