diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index 3d5b04d14737..ecf647d80b7f 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -20,7 +20,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome + --datadir=${PREFIX}/share/gnome \ + --without-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 3d5b04d14737..ecf647d80b7f 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -20,7 +20,8 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome + --datadir=${PREFIX}/share/gnome \ + --without-bonobo CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib"