diff options
author | joerg <joerg> | 2006-02-03 11:28:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-02-03 11:28:23 +0000 |
commit | b950f9ee22dcc7e517dcc3f243ecb75b228bfa56 (patch) | |
tree | 45451ece1f21f88527812250109250d0534c76c2 /graphics | |
parent | 8458b7b517eab35a525d8ba2abb9f87ac853aa74 (diff) | |
download | pkgsrc-b950f9ee22dcc7e517dcc3f243ecb75b228bfa56.tar.gz |
Has BROKEN_GETTEXT_DETECTION.
Diffstat (limited to 'graphics')
-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" |