aboutsummaryrefslogtreecommitdiff
path: root/graphics/sodipodi
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-08-04 02:10:43 +0000
committerAde Lovett <ade@FreeBSD.org>2000-08-04 02:10:43 +0000
commitfd50c7d3517d8b561f16d63a0e6a1538d28b928d (patch)
treec86113bcb2cefa3223f318f70fc147bd073a08db /graphics/sodipodi
parent9c1012c791c7c4724e7af139b9a047ece2b2f358 (diff)
Forcibly turn off bonobo support, even if it's present on the system,
since the bonobo-related code makes references to gdk-pixbuf features that were removed/replaced in newer versions.
Notes
Notes: svn path=/head/; revision=31298
Diffstat (limited to 'graphics/sodipodi')
-rw-r--r--graphics/sodipodi/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/sodipodi/Makefile b/graphics/sodipodi/Makefile
index e9f2eb2d7bfc..243cd1f418d0 100644
--- a/graphics/sodipodi/Makefile
+++ b/graphics/sodipodi/Makefile
@@ -26,7 +26,8 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
+ --datadir=${PREFIX}/share/gnome \
+ --without-bonobo
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"