summaryrefslogtreecommitdiffstats
path: root/graphics/sodipodi
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-08-04 02:10:43 +0000
committerade <ade@FreeBSD.org>2000-08-04 02:10:43 +0000
commit7952eeddd2cb66236c4276eb99332adca4197b72 (patch)
treef7800822838a2ede1885212705e05d9ca16a52dc /graphics/sodipodi
parent279525d448469037000d02ce7ad897533d49d6aa (diff)
downloadFreeBSD-ports-7952eeddd2cb66236c4276eb99332adca4197b72.zip
FreeBSD-ports-7952eeddd2cb66236c4276eb99332adca4197b72.tar.gz
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.
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 e9f2eb2..243cd1f 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"
OpenPOWER on IntegriCloud