summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authordholland <dholland>2011-11-14 01:36:46 +0000
committerdholland <dholland>2011-11-14 01:36:46 +0000
commit856bf1bf55f11a01fa54577453e90255ef1e488b (patch)
treee78ee2a9f345cdfa91b11d46394008675fbcc133 /comms
parent5f618e7a51944330a6fb93c723830dd2cddf71ef (diff)
downloadpkgsrc-856bf1bf55f11a01fa54577453e90255ef1e488b.tar.gz
TOOLS+=yacc, may unbreak Linux build
Diffstat (limited to 'comms')
-rw-r--r--comms/tn3270/Makefile4
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"