Date: Tue, 4 Apr 2017 20:38:43 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437755 - head/editors/libreoffice Message-ID: <201704042038.v34KchhV066276@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Apr 4 20:38:43 2017 New Revision: 437755 URL: https://svnweb.freebsd.org/changeset/ports/437755 Log: Activate the multimedia option by default Many slideshow now have multimedia: videos, sounds, let's make the default binary packages able to read them out of box Approved by: jkim@ Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Tue Apr 4 20:35:28 2017 (r437754) +++ head/editors/libreoffice/Makefile Tue Apr 4 20:38:43 2017 (r437755) @@ -2,7 +2,7 @@ .include "${.CURDIR}/Makefile.common" -PORTREVISION= 1 +PORTREVISION= 2 MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \ http://dev-www.libreoffice.org/src/:src \ http://dev-www.libreoffice.org/extern/:ext @@ -103,7 +103,7 @@ WANT_GNOME= yes OPTIONS_DEFINE= CUPS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK SYSTRAY \ TEST VERBOSE WEBDAV -OPTIONS_DEFAULT= CUPS GTK2 +OPTIONS_DEFAULT= CUPS GTK2 MMEDIA GTK3_DESC= GTK+ 3 GUI toolkit support (experimental) JAVA_DESC= Add Java support (XML filters, macros)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704042038.v34KchhV066276>