pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/tools Since intltool is now a tool, we might as wel...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a49bab126ecd
branches: trunk
changeset: 515624:a49bab126ecd
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Jul 05 05:21:59 2006 +0000
description:
Since intltool is now a tool, we might as well require the latest pkgsrc
version by default.
diffstat:
mk/tools/intltool.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dd1e4c628225 -r a49bab126ecd mk/tools/intltool.mk
--- a/mk/tools/intltool.mk Wed Jul 05 04:59:47 2006 +0000
+++ b/mk/tools/intltool.mk Wed Jul 05 05:21:59 2006 +0000
@@ -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 @@
. 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
Home |
Main Index |
Thread Index |
Old Index