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:
parent
e9bc283c15
commit
2f5342187d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29472
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user