diff options
author | dholland <dholland@pkgsrc.org> | 2012-01-04 14:33:53 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-01-04 14:33:53 +0000 |
commit | c87af0dd05dd329abac63c3dca0710ceda3d0683 (patch) | |
tree | b285a488fa3438fbe6a9c52fb26663360d29f1f1 /comms/tn3270 | |
parent | 5a969f704c15e6e00611787b5ea3a05cd3d0b078 (diff) | |
download | pkgsrc-c87af0dd05dd329abac63c3dca0710ceda3d0683.tar.gz |
USE_TOOLS, not TOOLS. Apparently my fault
Diffstat (limited to 'comms/tn3270')
-rw-r--r-- | comms/tn3270/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/tn3270/Makefile b/comms/tn3270/Makefile index fbf9e658ed5..404174fd9e3 100644 --- a/comms/tn3270/Makefile +++ b/comms/tn3270/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2011/11/14 01:36:46 dholland Exp $ +# $NetBSD: Makefile,v 1.6 2012/01/04 14:33:53 dholland Exp $ DISTNAME= tn3270-0.20100116 CATEGORIES= comms net @@ -12,7 +12,7 @@ LICENSE= modified-bsd PKG_DESTDIR_SUPPORT= user-destdir -TOOLS+= yacc +USE_TOOLS+= yacc INSTALLATION_DIRS+= bin share/tn3270 |