Changes:
* PLIST fix when SVG support is disabled * Disable building docs = fix buidling on MacOSX
This commit is contained in:
parent
669ca1c387
commit
c8d82a226a
2 changed files with 6 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue