diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-24 16:56:52 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-24 16:56:52 +0000 |
commit | 5e1d93aa78bbd48edd9cad17158303ae7252fa84 (patch) | |
tree | 38895ee921c82798bdcbacacbe409ab94bc3ffe3 /graphics/gegl | |
parent | 0ffb3134454497f12ab8d93b18f61c8052b2300e (diff) | |
download | ports-5e1d93aa78bbd48edd9cad17158303ae7252fa84.tar.gz ports-5e1d93aa78bbd48edd9cad17158303ae7252fa84.zip |
Notes
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 |