diff options
author | gahr <gahr@FreeBSD.org> | 2010-03-25 00:56:52 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-03-25 00:56:52 +0800 |
commit | 053615429d15aaffde2d17f02fea28dd072d6c32 (patch) | |
tree | f82eb5283e0911fc0bbb9fca00782622997258d6 /graphics/gegl | |
parent | 201c05f49a52190a9faf20fd66ef13e7bcdec006 (diff) | |
download | freebsd-ports-gnome-053615429d15aaffde2d17f02fea28dd072d6c32.tar.gz freebsd-ports-gnome-053615429d15aaffde2d17f02fea28dd072d6c32.tar.zst freebsd-ports-gnome-053615429d15aaffde2d17f02fea28dd072d6c32.zip |
- Disable PORTDOCS til I figure out why it breaks on QAT
Reported by: QAT
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index 3e8bad9760e5..ccd4e959a3ab 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -33,6 +33,9 @@ OPTIONS= CAIRO "Enable Cairo" on \ SPIRO "Enable Spiro" on \ V4L "Enable Video4Linux" on +# Disable docs until I fix the problem with graphviz's dot +NOPORTDOCS= yes + USE_GNOME= gtk20 glib20 pkgconfig gnomehack USE_BZIP2= yes USE_GMAKE= yes @@ -165,6 +168,9 @@ CONFIGURE_ARGS+= --disable-docs .endif post-patch: +.if defined(NOPORTDOCS) + ${REINPLACE_CMD} -e '11,13d' ${WRKSRC}/Makefile.am +.endif ${REINPLACE_CMD} -e 's|-T||' ${WRKSRC}/docs/Makefile.am ${WRKSRC}/docs/Makefile.in ${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g' ${WRKSRC}/configure ${REINPLACE_CMD} -e 's|/usr/bin/ruby|/usr/bin/env ruby|' ${WRKSRC}/tools/gobj2dot.rb |