summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorapb <apb@pkgsrc.org>2013-08-18 16:36:31 +0000
committerapb <apb@pkgsrc.org>2013-08-18 16:36:31 +0000
commit79105d286dcb9c898b08f7eefc85222819f55581 (patch)
tree6a55b61b603303552cf27ebf4372dafcf8caaf03 /net
parent0ad3794e19c7aadfd090dcc4614549857d142d72 (diff)
downloadpkgsrc-79105d286dcb9c898b08f7eefc85222819f55581.tar.gz
Spell "TOOL_DEPENDS" correctly, not as "TOOLS_DEPENDS".
Diffstat (limited to 'net')
-rw-r--r--net/tightvnc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index e68675a6b5d..83972cf130a 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2013/07/02 12:15:36 joerg Exp $
+# $NetBSD: Makefile,v 1.43 2013/08/18 16:36:31 apb Exp $
DISTNAME= tightvnc-1.3.10
PKGREVISION= 9
@@ -20,7 +20,7 @@ MAKE_JOBS_SAFE= no
BUILD_TARGET= World
-TOOLS_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
+TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
.include "../../mk/bsd.prefs.mk"