svn commit: r322156 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Tue Jul 2 05:47:43 UTC 2013


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


More information about the svn-ports-all mailing list