diff options
author | tron <tron@pkgsrc.org> | 2007-11-22 18:12:45 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2007-11-22 18:12:45 +0000 |
commit | 10ee7e1d90691e1d56d11ea13185ab9a3b99b44e (patch) | |
tree | 20c7aaaae053d90296fa89f64235761f1a44acc5 /graphics | |
parent | 8947480a20bba198b84165c86c83635826906183 (diff) | |
download | pkgsrc-10ee7e1d90691e1d56d11ea13185ab9a3b99b44e.tar.gz |
This package needs "Perl::XML-Parser" to build. Add the "p5-XML-Parser"
as a build dependence to provide this module.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index a023b5b3cee..aeea8c70485 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -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 @@ MAINTAINER= adam@NetBSD.org 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 |