diff options
author | obache <obache@pkgsrc.org> | 2014-04-05 03:02:00 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-04-05 03:02:00 +0000 |
commit | eb20c6ca11a6f3544ffb232771a0877b660271d3 (patch) | |
tree | 37ccd052d84932a03159128ca9cc3266915c90bf /mk/tools | |
parent | fd67bc2f6017822184883909b7ec907ae26158e4 (diff) | |
download | pkgsrc-eb20c6ca11a6f3544ffb232771a0877b660271d3.tar.gz |
Now intltool pkgsrc is always used, so force to use pkgsrc perl if intltool is required.
Diffstat (limited to 'mk/tools')
-rw-r--r-- | mk/tools/intltool.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/tools/intltool.mk b/mk/tools/intltool.mk index 8ef26ed1547..996906525d9 100644 --- a/mk/tools/intltool.mk +++ b/mk/tools/intltool.mk @@ -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 @@ MAKEFLAGS+= TOOLS_IGNORE.intltool 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 |