1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

Disable bonobo support, even if its on the machine, since

it's broken right now.
This commit is contained in:
Ade Lovett 2000-06-09 21:43:10 +00:00
parent e9bc283c15
commit 2f5342187d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29472
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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"