pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/refocus-it This pkg needs the XML::Parser per...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4013ed55b85f
branches:  trunk
changeset: 487915:4013ed55b85f
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Fri Jan 21 23:01:09 2005 +0000

description:
This pkg needs the XML::Parser perl module in order to build.

diffstat:

 graphics/refocus-it/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r bcd96f68409e -r 4013ed55b85f graphics/refocus-it/Makefile
--- a/graphics/refocus-it/Makefile      Fri Jan 21 22:53:04 2005 +0000
+++ b/graphics/refocus-it/Makefile      Fri Jan 21 23:01:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/01/16 11:52:43 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2005/01/21 23:01:09 kristerw Exp $
 #
 
 DISTNAME=              refocus-it-2.0.0
@@ -9,8 +9,11 @@
 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
 



Home | Main Index | Thread Index | Old Index