diff options
author | kwm <kwm@FreeBSD.org> | 2015-07-29 23:42:13 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-07-29 23:42:13 +0800 |
commit | 11a7653ac38ec09bb470a94bcad67caf4bfb5dad (patch) | |
tree | 00d81d6b40bce555262f99728831e9ace7105eac | |
parent | d66598ab8bb60249b84fd1465d79f2e6477cd75e (diff) | |
download | freebsd-ports-gnome-11a7653ac38ec09bb470a94bcad67caf4bfb5dad.tar.gz freebsd-ports-gnome-11a7653ac38ec09bb470a94bcad67caf4bfb5dad.tar.zst freebsd-ports-gnome-11a7653ac38ec09bb470a94bcad67caf4bfb5dad.zip |
Disable introspection, it doesn't build with the current
gobject-introspection tools in ports.
PR: 201970
Submitted by: amdmi3@
-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 |