summaryrefslogtreecommitdiff
path: root/mk/tools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-12-05 08:25:15 +0000
committerwiz <wiz@pkgsrc.org>2008-12-05 08:25:15 +0000
commit87f53ba39d92a32d83b0bef2b85d91a26a5465ec (patch)
tree80506c402a985537f88e93bd57b62ff4fc6402aa /mk/tools
parentd7adb762c0a1ff050edfe654a0e6aee437d20083 (diff)
downloadpkgsrc-87f53ba39d92a32d83b0bef2b85d91a26a5465ec.tar.gz
Bump intltools dependency default to 0.40.0, more and more programs need it.
That version has been in pkgsrc for nearly 6 months now, it is in the last two branches.
Diffstat (limited to 'mk/tools')
-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 ec2dcf9abf2..7b8fb1cd653 100644
--- a/mk/tools/intltool.mk
+++ b/mk/tools/intltool.mk
@@ -1,4 +1,4 @@
-# $NetBSD: intltool.mk,v 1.3 2006/07/05 10:23:58 jlam Exp $
+# $NetBSD: intltool.mk,v 1.4 2008/12/05 08:25:15 wiz 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.35:../../textproc/intltool
+TOOLS_DEPENDS.intltool?= intltool>=0.40.0:../../textproc/intltool
. if !empty(USE_TOOLS:Mintltool\:run)
DEPENDS+= ${TOOLS_DEPENDS.intltool}
. else