aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2017-04-04 20:38:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2017-04-04 20:38:43 +0000
commit7128ae35273f2710ff9a3e14398539a11e687f32 (patch)
treec40144af1b91f880ccbb910db8e225ac2d0d0b7f /editors/libreoffice
parent48816e48f5142d6b6707119dfbe6760f416e7517 (diff)
downloadports-7128ae35273f2710ff9a3e14398539a11e687f32.tar.gz
ports-7128ae35273f2710ff9a3e14398539a11e687f32.zip
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@
Notes
Notes: svn path=/head/; revision=437755
Diffstat (limited to 'editors/libreoffice')
-rw-r--r--editors/libreoffice/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index 95608ba1dc70..5d76f36d09fa 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -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)