diff options
author | ade <ade@FreeBSD.org> | 2000-06-10 05:43:10 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-10 05:43:10 +0800 |
commit | 0743bfd8762ce06ef11c4911fccfbcc47671d0a3 (patch) | |
tree | 964641b972f4c116dde3a46426ffacf08426cd25 /graphics/eog | |
parent | 87dfec342c98b59284581b4c9367c715b75c05b4 (diff) | |
download | freebsd-ports-gnome-0743bfd8762ce06ef11c4911fccfbcc47671d0a3.tar.gz freebsd-ports-gnome-0743bfd8762ce06ef11c4911fccfbcc47671d0a3.tar.zst freebsd-ports-gnome-0743bfd8762ce06ef11c4911fccfbcc47671d0a3.zip |
Disable bonobo support, even if its on the machine, since
it's broken right now.
Diffstat (limited to 'graphics/eog')
-rw-r--r-- | graphics/eog/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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" |