diff options
Diffstat (limited to 'graphics/gegl/Makefile')
-rw-r--r-- | graphics/gegl/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 84350ac5e3f..cc8a900581c 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2010/09/14 11:01:05 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2010/10/25 18:36:53 adam Exp $ DISTNAME= gegl-0.1.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.gimp.org/pub/gegl/0.1/ EXTRACT_SUFX= .tar.bz2 @@ -16,6 +16,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-docs CONFIGURE_ENV+= ac_cv_path_ASCIIDOC=no CONFIGURE_ENV+= ac_cv_path_ENSCRIPT=no CONFIGURE_ENV+= ac_cv_path_SDL_CONFIG=no @@ -33,7 +34,7 @@ PLIST.v4l= yes .include "options.mk" -BUILDLINK_API_DEPENDS.babl+= babl>=0.1.2 +BUILDLINK_API_DEPENDS.babl+= babl>=0.1.2 .include "../../graphics/babl/buildlink3.mk" .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/openexr/buildlink3.mk" |