diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/refocus-it/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/refocus-it/Makefile b/graphics/refocus-it/Makefile index ffb5e2ad571..55b6513ffc2 100644 --- a/graphics/refocus-it/Makefile +++ b/graphics/refocus-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/01/21 23:01:09 kristerw Exp $ +# $NetBSD: Makefile,v 1.3 2005/01/21 23:59:17 minskim Exp $ # DISTNAME= refocus-it-2.0.0 @@ -9,13 +9,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://refocus-it.sourceforge.net/ COMMENT= Refocus images -BUILD_DEPENDS+= p5-XML-Parser-[0-9]*:../../textproc/p5-XML-Parser - USE_BUILDLINK3= yes GNU_CONFIGURE= yes -USE_PERL5= build #just build the command line tool CONFIGURE_ARGS+= --without-gimp .include "../../devel/gettext-lib/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |