Date: Tue, 2 Jul 2013 05:47:42 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322156 - head/editors/libreoffice Message-ID: <201307020547.r625lggt009709@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Tue Jul 2 05:47:42 2013 New Revision: 322156 URL: http://svnweb.freebsd.org/changeset/ports/322156 Log: Fix a typo in the previous commit. Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Tue Jul 2 05:45:58 2013 (r322155) +++ head/editors/libreoffice/Makefile Tue Jul 2 05:47:42 2013 (r322156) @@ -179,7 +179,7 @@ MANCOMPRESSED= yes OPTIONS_DEFINE= CUPS DEBUG GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK \ SYSTRAY TEST WEBDAV -OPTIONS_DEFAULT=CUPS GTK3 +OPTIONS_DEFAULT=CUPS GTK2 JAVA_DESC= Add java support (XML Filters, macros) MMEDIA_DESC= Enable multimedia backend for impress
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307020547.r625lggt009709>