diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-07-29 15:42:13 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-07-29 15:42:13 +0000 |
commit | 05353af6223aea9cb9f36502d8e7346f8f1d838e (patch) | |
tree | 00d81d6b40bce555262f99728831e9ace7105eac /graphics/eom | |
parent | 41627ba77fa4c21a9620ebf870cc36e56de7f206 (diff) |
Notes
Diffstat (limited to 'graphics/eom')
-rw-r--r-- | graphics/eom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/eom/Makefile b/graphics/eom/Makefile index b97d54c7f013..01e60aa129ef 100644 --- a/graphics/eom/Makefile +++ b/graphics/eom/Makefile @@ -22,6 +22,7 @@ USE_GNOME= gdkpixbuf2 glib20 gtk20 librsvg2 libxml2 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-gtk-doc \ --with-html-dir=${PREFIX}/share/doc \ + --disable-introspection \ --with-gtk=2.0 \ --disable-python \ --without-cms |