diff options
author | rillig <rillig@pkgsrc.org> | 2007-02-15 21:31:29 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-02-15 21:31:29 +0000 |
commit | 9376f1922a0df9cb336a8480e07eda0c4bee05ca (patch) | |
tree | 9bf44173c9ced7df0b699c3edf22530ba7fab057 /textproc | |
parent | d5344572f82fb54fcf62c56bfcd30ffb4c1679c4 (diff) | |
download | pkgsrc-9376f1922a0df9cb336a8480e07eda0c4bee05ca.tar.gz |
Disabled the CHECK_INTERPRETER warning.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/intltool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 6f0f0bc8e1e..292db0a5592 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2007/01/14 09:58:56 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2007/02/15 21:31:29 rillig Exp $ # DISTNAME= intltool-0.35.4 @@ -19,6 +19,7 @@ CONFLICTS= xml-i18n-tools-[0-9]* USE_TOOLS+= gmake perl:run GNU_CONFIGURE= YES +CHECK_INTERPRETER_SKIP= share/intltool/*.in .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" |