diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-03 11:28:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-03 11:28:23 +0000 |
commit | 2d9c49da75859112e8226b9f3c76040439d6aa23 (patch) | |
tree | 45451ece1f21f88527812250109250d0534c76c2 /graphics/refocus-it | |
parent | afe110c0863226f5aee938b051bb29fb62f1be0c (diff) | |
download | pkgsrc-2d9c49da75859112e8226b9f3c76040439d6aa23.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'graphics/refocus-it')
-rw-r--r-- | graphics/refocus-it/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/refocus-it/Makefile b/graphics/refocus-it/Makefile index 41a8ad7f3b6..07880c0819c 100644 --- a/graphics/refocus-it/Makefile +++ b/graphics/refocus-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/01/24 07:32:17 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2006/02/03 11:28:23 joerg Exp $ # DISTNAME= refocus-it-2.0.0 @@ -13,6 +13,7 @@ COMMENT= Refocus images GNU_CONFIGURE= yes #just build the command line tool CONFIGURE_ARGS+= --without-gimp +BROKEN_GETTEXT_DETECTION= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" |