summaryrefslogtreecommitdiff
path: root/graphics/eog
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-06-09 21:43:10 +0000
committerAde Lovett <ade@FreeBSD.org>2000-06-09 21:43:10 +0000
commit2f5342187dc96c6e593665e7103fb7d053385629 (patch)
tree9639631a6e8a641d704192e6827d344c795e933a /graphics/eog
parentBring back ghex (brand new version, new site, etc..) after (diff)
Disable bonobo support, even if its on the machine, since
it's broken right now.
Notes
Notes: svn path=/head/; revision=29472
Diffstat (limited to 'graphics/eog')
-rw-r--r--graphics/eog/Makefile3
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"