diff options
author | sbd <sbd@pkgsrc.org> | 2012-05-14 07:52:32 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-05-14 07:52:32 +0000 |
commit | 216aaa0b4574e071c31a8ec2cbf8981c2a4ce719 (patch) | |
tree | 6d8d3a860ace32b533bead043be5f78b7097deb3 /graphics | |
parent | 9da77279e3db223a9ced02534a4b1c3fb3781739 (diff) | |
download | pkgsrc-216aaa0b4574e071c31a8ec2cbf8981c2a4ce719.tar.gz |
Add build dependencies on p5-XML-Parser and msgfmt.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index bb1865fa020..1230441ad0c 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2012/05/10 04:32:38 dholland Exp $ +# $NetBSD: Makefile,v 1.30 2012/05/14 07:52:32 sbd Exp $ DISTNAME= gegl-0.2.0 CATEGORIES= graphics @@ -12,9 +12,11 @@ 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 perl:build pkg-config intltool +USE_TOOLS+= gmake pkg-config intltool msgfmt GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-docs CONFIGURE_ENV+= ac_cv_path_ASCIIDOC=no |