summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-05 05:21:59 +0000
committerjlam <jlam>2006-07-05 05:21:59 +0000
commit0e6a22d33e7e4e4500311b54c279cc8bbd93e27d (patch)
tree58b7b1e4044cfde1764a8476cc9f37bd9a1575f6 /mk
parent89ea0bca668ad73e3de04f61bf047a1ac8a7b4e2 (diff)
downloadpkgsrc-0e6a22d33e7e4e4500311b54c279cc8bbd93e27d.tar.gz
Since intltool is now a tool, we might as well require the latest pkgsrc
version by default.
Diffstat (limited to 'mk')
-rw-r--r--mk/tools/intltool.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/tools/intltool.mk b/mk/tools/intltool.mk
index 30c4ee20093..079c2530d38 100644
--- a/mk/tools/intltool.mk
+++ b/mk/tools/intltool.mk
@@ -1,4 +1,4 @@
-# $NetBSD: intltool.mk,v 1.1 2006/07/05 04:32:10 jlam Exp $
+# $NetBSD: intltool.mk,v 1.2 2006/07/05 05:21:59 jlam Exp $
#
# Copyright (c) 2006 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -46,7 +46,7 @@ MAKEFLAGS+= TOOLS_IGNORE.intltool
. else
USE_TOOLS+= perl
CONFIGURE_ENV+= INTLTOOL_PERL=${TOOLS_PERL5:Q}
-TOOLS_DEPENDS.intltool?= intltool>=0.34.1:../../textproc/intltool
+TOOLS_DEPENDS.intltool?= intltool>=0.35:../../textproc/intltool
. if !empty(USE_TOOLS:Mintltool\:run)
DEPENDS+= ${TOOLS_DEPENDS.intltool}
. else