pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp This package needs "Perl::XML-Parser" to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcb2ffc8220a
branches:  trunk
changeset: 535569:bcb2ffc8220a
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Nov 22 18:12:45 2007 +0000

description:
This package needs "Perl::XML-Parser" to build. Add the "p5-XML-Parser"
as a build dependence to provide this module.

diffstat:

 graphics/gimp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9edaf1cf9d15 -r bcb2ffc8220a graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Thu Nov 22 16:39:47 2007 +0000
+++ b/graphics/gimp/Makefile    Thu Nov 22 18:12:45 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.166 2007/11/21 19:52:15 adam Exp $
+# $NetBSD: Makefile,v 1.167 2007/11/22 18:12:45 tron Exp $
 
 DISTNAME=      gimp-2.4.2
 CATEGORIES=    graphics
@@ -13,6 +13,8 @@
 HOMEPAGE=      http://www.gimp.org/
 COMMENT=       The GNU image manipulation program
 
+BUILD_DEPENDS+=        p5-XML-Parser>=2.31nb1:../../textproc/p5-XML-Parser
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 CONFLICTS+=            gimp<=1.2.3



Home | Main Index | Thread Index | Old Index