mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
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@
This commit is contained in:
parent
48816e48f5
commit
7128ae3527
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437755
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
.include "${.CURDIR}/Makefile.common"
|
.include "${.CURDIR}/Makefile.common"
|
||||||
|
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \
|
MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/${PORTVERSION}/ \
|
||||||
http://dev-www.libreoffice.org/src/:src \
|
http://dev-www.libreoffice.org/src/:src \
|
||||||
http://dev-www.libreoffice.org/extern/:ext
|
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 \
|
OPTIONS_DEFINE= CUPS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK SYSTRAY \
|
||||||
TEST VERBOSE WEBDAV
|
TEST VERBOSE WEBDAV
|
||||||
OPTIONS_DEFAULT= CUPS GTK2
|
OPTIONS_DEFAULT= CUPS GTK2 MMEDIA
|
||||||
|
|
||||||
GTK3_DESC= GTK+ 3 GUI toolkit support (experimental)
|
GTK3_DESC= GTK+ 3 GUI toolkit support (experimental)
|
||||||
JAVA_DESC= Add Java support (XML filters, macros)
|
JAVA_DESC= Add Java support (XML filters, macros)
|
||||||
|
Loading…
Reference in New Issue
Block a user