diff options
Diffstat (limited to 'graphics/refocus-it/Makefile')
-rw-r--r-- | graphics/refocus-it/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/refocus-it/Makefile b/graphics/refocus-it/Makefile index 07880c0819c..0f8942173aa 100644 --- a/graphics/refocus-it/Makefile +++ b/graphics/refocus-it/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2006/02/03 11:28:23 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/02/03 13:55:58 rillig Exp $ # DISTNAME= refocus-it-2.0.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=refocus-it/} @@ -13,6 +13,7 @@ COMMENT= Refocus images GNU_CONFIGURE= yes #just build the command line tool CONFIGURE_ARGS+= --without-gimp +USE_PKGLOCALEDIR= yes BROKEN_GETTEXT_DETECTION= yes .include "../../devel/gettext-lib/buildlink3.mk" |