diff options
author | jlam <jlam> | 2005-05-22 05:35:32 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-22 05:35:32 +0000 |
commit | 2901e41f3db308b64ed1adb51e919c3fc483bc49 (patch) | |
tree | 5538ac20e99097c6730389c1602b13c3a4026b76 /textproc/intltool | |
parent | 44450b55820c29768f135e85f7062da218a39f1e (diff) | |
download | pkgsrc-2901e41f3db308b64ed1adb51e919c3fc483bc49.tar.gz |
For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
Diffstat (limited to 'textproc/intltool')
-rw-r--r-- | textproc/intltool/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 5040eef6185..bc2e4743b12 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/04/11 21:47:35 tv Exp $ +# $NetBSD: Makefile,v 1.25 2005/05/22 05:35:33 jlam Exp $ # DISTNAME= intltool-0.33 @@ -19,8 +19,6 @@ CONFLICTS= xml-i18n-tools-[0-9]* USE_GNU_TOOLS+= make GNU_CONFIGURE= YES -CONFIGURE_ENV+= PERL=${PERL5} - .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../lang/perl5/buildlink3.mk" |