summaryrefslogtreecommitdiff
path: root/graphics/refocus-it
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-01-21 23:59:17 +0000
committerminskim <minskim@pkgsrc.org>2005-01-21 23:59:17 +0000
commita98b825cae632911bf8adf3c8b05ac1eff5d1982 (patch)
treeb6c92ab1e6a99171ffa3a56c1d561b91d7c869b3 /graphics/refocus-it
parent522b3ab1822bb7fd753224f46e0181a8ce125349 (diff)
downloadpkgsrc-a98b825cae632911bf8adf3c8b05ac1eff5d1982.tar.gz
Override intltool and add build dependency on it instead of directly
depending on packages that intltool requires.
Diffstat (limited to 'graphics/refocus-it')
-rw-r--r--graphics/refocus-it/Makefile6
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"