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 | c1a9c673b3a86bc85e00326324317dbf9b803ce3 (patch) | |
tree | b285a488fa3438fbe6a9c52fb26663360d29f1f1 /comms/tn3270 | |
parent | a706abbd0f047e98f67fb9ff2d837d0d9ee2d4e8 (diff) | |
download | pkgsrc-c1a9c673b3a86bc85e00326324317dbf9b803ce3.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 |