diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-10 04:32:38 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-10 04:32:38 +0000 |
commit | dbe408aab8a951f3428579f3fa3444863e04ba42 (patch) | |
tree | ea65480679103ae7439dd719467dc910e78284cd /graphics | |
parent | 6092a575d5981337cc1f9226b5e89281bb70b26b (diff) | |
download | pkgsrc-dbe408aab8a951f3428579f3fa3444863e04ba42.tar.gz |
USE_TOOLS+=intltool
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 28865714e88..bb1865fa020 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/05/07 08:35:57 adam Exp $ +# $NetBSD: Makefile,v 1.29 2012/05/10 04:32:38 dholland Exp $ DISTNAME= gegl-0.2.0 CATEGORIES= graphics @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake perl:build pkg-config +USE_TOOLS+= gmake perl:build pkg-config intltool GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-docs CONFIGURE_ENV+= ac_cv_path_ASCIIDOC=no |