diff options
author | sbd <sbd> | 2012-05-14 07:52:32 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-05-14 07:52:32 +0000 |
commit | 8e5db5f5d0eab08c0e16f8760ca69efdad9be90e (patch) | |
tree | 6d8d3a860ace32b533bead043be5f78b7097deb3 /graphics | |
parent | fbf562a2a1f524b9c34cfce3ddea51a5be43de48 (diff) | |
download | pkgsrc-8e5db5f5d0eab08c0e16f8760ca69efdad9be90e.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 |