aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-devel
diff options
context:
space:
mode:
authorDon Lewis <truckman@FreeBSD.org>2021-02-10 00:51:40 +0000
committerDon Lewis <truckman@FreeBSD.org>2021-02-10 00:51:40 +0000
commitdf0cbebaffaf5d218cdabf67d8a2d043b4ee6d2b (patch)
treec666df2688936e36661ab3ee6cea40e41c65a5c1 /editors/openoffice-devel
parent1c271849f296dfe0fc909df955d24a6b3fc26ec5 (diff)
downloadports-df0cbebaffaf5d218cdabf67d8a2d043b4ee6d2b.tar.gz
ports-df0cbebaffaf5d218cdabf67d8a2d043b4ee6d2b.zip
Unbreak build after gnomevfs and gconf removal.
Notes
Notes: svn path=/head/; revision=564831
Diffstat (limited to 'editors/openoffice-devel')
-rw-r--r--editors/openoffice-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile
index 5da24128c0d0..9f617fd2ba69 100644
--- a/editors/openoffice-devel/Makefile
+++ b/editors/openoffice-devel/Makefile
@@ -274,7 +274,8 @@ SUB_LIST= EXECBASE=${EXECBASE} AOOTAG=${AOOTAG} AOOUDIR=${AOOUDIR} \
CONFIGURE_ARGS+= \
--enable-gio \
- --without-gconf \
+ --disable-gnome-vfs \
+ --disable-gconf \
--with-unix-wrapper=${EXECBASE} \
--with-alloc=system \
--with-ant-home=${LOCALBASE}/share/java/apache-ant \