diff options
author | ade <ade@FreeBSD.org> | 2000-08-04 10:10:43 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-04 10:10:43 +0800 |
commit | 7952eeddd2cb66236c4276eb99332adca4197b72 (patch) | |
tree | f7800822838a2ede1885212705e05d9ca16a52dc /graphics | |
parent | 279525d448469037000d02ce7ad897533d49d6aa (diff) | |
download | freebsd-ports-gnome-7952eeddd2cb66236c4276eb99332adca4197b72.tar.gz freebsd-ports-gnome-7952eeddd2cb66236c4276eb99332adca4197b72.tar.zst freebsd-ports-gnome-7952eeddd2cb66236c4276eb99332adca4197b72.zip |
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')
-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 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" |