diff options
author | ade <ade@FreeBSD.org> | 2000-08-04 02:10:43 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-04 02:10:43 +0000 |
commit | 7952eeddd2cb66236c4276eb99332adca4197b72 (patch) | |
tree | f7800822838a2ede1885212705e05d9ca16a52dc /graphics/sodipodi | |
parent | 279525d448469037000d02ce7ad897533d49d6aa (diff) | |
download | FreeBSD-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/Makefile | 3 |
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" |