diff options
author | dholland <dholland> | 2012-05-10 04:32:38 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-10 04:32:38 +0000 |
commit | 6a0a8a47d50697aa237487b4551b243250078917 (patch) | |
tree | ea65480679103ae7439dd719467dc910e78284cd /graphics | |
parent | 34bfce541b2af1002906b800b7e82a2faae3891b (diff) | |
download | pkgsrc-6a0a8a47d50697aa237487b4551b243250078917.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 |