pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/tools Now intltool pkgsrc is always used, so force ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c4c3544fff0e
branches:  trunk
changeset: 632744:c4c3544fff0e
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Apr 05 03:02:00 2014 +0000

description:
Now intltool pkgsrc is always used, so force to use pkgsrc perl if intltool is required.

diffstat:

 mk/tools/intltool.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f621883238ae -r c4c3544fff0e mk/tools/intltool.mk
--- a/mk/tools/intltool.mk      Fri Apr 04 22:58:51 2014 +0000
+++ b/mk/tools/intltool.mk      Sat Apr 05 03:02:00 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: intltool.mk,v 1.6 2013/05/09 23:37:27 riastradh Exp $
+# $NetBSD: intltool.mk,v 1.7 2014/04/05 03:02:00 obache Exp $
 #
 # Copyright (c) 2006 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -47,6 +47,7 @@
 USE_TOOLS+=            perl
 CONFIGURE_ENV+=                INTLTOOL_PERL=${TOOLS_PERL5:Q}
 TOOLS_DEPENDS.intltool?=       intltool>=0.40.0:../../textproc/intltool
+_TOOLS_USE_PKGSRC.perl=                yes
 .    if !empty(USE_TOOLS:Mintltool\:run)
 DEPENDS+=              ${TOOLS_DEPENDS.intltool}
 .    else



Home | Main Index | Thread Index | Old Index