diff options
author | adam <adam@pkgsrc.org> | 2010-10-25 18:36:53 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-10-25 18:36:53 +0000 |
commit | 53de4cf932828f4de983041129f627268591d780 (patch) | |
tree | 390d073249be2e3d8951f80eeb8be61764eac7ba /graphics | |
parent | 61d433238378651f80be8f094047a8f623b6479c (diff) | |
download | pkgsrc-53de4cf932828f4de983041129f627268591d780.tar.gz |
Changes:
* PLIST fix when SVG support is disabled
* Disable building docs = fix buidling on MacOSX
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gegl/Makefile | 7 | ||||
-rw-r--r-- | graphics/gegl/PLIST | 7 |
2 files changed, 6 insertions, 8 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" diff --git a/graphics/gegl/PLIST b/graphics/gegl/PLIST index 5a74592650d..d101500dc7d 100644 --- a/graphics/gegl/PLIST +++ b/graphics/gegl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2010/06/28 09:09:54 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2010/10/25 18:36:53 adam Exp $ bin/gegl include/gegl-0.1/gegl-buffer.h include/gegl-0.1/gegl-chant.h @@ -102,7 +102,7 @@ lib/gegl-0.1/stress.la lib/gegl-0.1/stretch-contrast.la lib/gegl-0.1/subtract.la lib/gegl-0.1/svg-huerotate.la -lib/gegl-0.1/svg-load.la +${PLIST.svg}lib/gegl-0.1/svg-load.la lib/gegl-0.1/svg-luminancetoalpha.la lib/gegl-0.1/svg-matrix.la lib/gegl-0.1/svg-multiply.la @@ -118,6 +118,3 @@ lib/gegl-0.1/write-buffer.la lib/gegl-0.1/xor.la lib/libgegl-0.1.la lib/pkgconfig/gegl.pc -share/gtk-doc/html/gegl/gegl.css -share/gtk-doc/html/gegl/gegl.devhelp -share/gtk-doc/html/gegl/operations.html |