aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-03-13 17:38:47 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-03-13 17:38:47 +0000
commit32f742772e305646cbee124a87c718a7a0c5bf28 (patch)
tree06054a9979db64a01def7f10298c0829f92b4399 /editors/libreoffice
parentef141280146cb9edd3d4000ae785cca3714bd73f (diff)
downloadports-32f742772e305646cbee124a87c718a7a0c5bf28.tar.gz
ports-32f742772e305646cbee124a87c718a7a0c5bf28.zip
Notes
Diffstat (limited to 'editors/libreoffice')
-rw-r--r--editors/libreoffice/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 889997d5ecd2..d3da09e1986c 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -182,7 +182,7 @@ MANCOMPRESSED= yes
OPTIONS_DEFINE= CUPS DEBUG GNOME GTK2 GTK3 JAVA KDE4 MERGELIBS MMEDIA PGSQL \
SDK SYSTRAY TEST WEBDAV
-OPTIONS_DEFAULT=CUPS GTK2 MERGELIBS
+OPTIONS_DEFAULT=CUPS GTK2
JAVA_DESC= Add java support (XML Filters, macros)
MERGELIBS_DESC= Enable linking of big merged library
@@ -296,6 +296,7 @@ CONFIGURE_ARGS+= --disable-kde4
.endif
.if ${PORT_OPTIONS:MMERGELIBS}
+BROKEN= mergelibs causes runtime problems
CONFIGURE_ARGS+= --enable-mergelibs
.else
CONFIGURE_ARGS+= --disable-mergelibs