diff options
author | sbd <sbd@pkgsrc.org> | 2012-05-14 10:14:11 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-05-14 10:14:11 +0000 |
commit | b7199a863ab593283537a78faedfce62680145da (patch) | |
tree | 0effa9bb6664c0f2ec9b823c53422766fa4a910c /graphics/gegl | |
parent | 42d55bc3ae4de79f9faceefe3bd0d7f867748d1f (diff) | |
download | pkgsrc-b7199a863ab593283537a78faedfce62680145da.tar.gz |
Remove unneeded build dependence on p5-XML-Parser
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 1230441ad0c..453279cbcca 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/05/14 07:52:32 sbd Exp $ +# $NetBSD: Makefile,v 1.31 2012/05/14 10:14:11 sbd Exp $ DISTNAME= gegl-0.2.0 CATEGORIES= graphics @@ -12,8 +12,6 @@ LICENSE= gnu-gpl-v3 PKG_DESTDIR_SUPPORT= user-destdir -BUILD_DEPENDS+= p5-XML-Parser>=2.34nb4:../../textproc/p5-XML-Parser - USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config intltool msgfmt |