summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-31 13:03:59 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-31 13:03:59 +0000
commit5c6f321edc25702ba15b3826369ea3c07769e991 (patch)
treefb85256a51fcd8f5cec535839bd02788f62dd18e /editors
parentdeskutils/cairo-dock-plugins: remove optional dependency on expired KDE4 (diff)
editor/libreoffice: remove optional dependency on expired KDE4
Notes
Notes: svn path=/head/; revision=488776
Diffstat (limited to 'editors')
-rw-r--r--editors/libreoffice/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile
index fa501d4b28de..f9dd046ba6b4 100644
--- a/editors/libreoffice/Makefile
+++ b/editors/libreoffice/Makefile
@@ -112,7 +112,7 @@ USE_XORG= ice sm x11 xaw xext xinerama xrandr xrender
USES= autoreconf:build bison compiler:c++14-lang cpe gmake jpeg \
perl5 pkgconfig python shebangfix shared-mime-info ssl tar:xz
-OPTIONS_DEFINE= CUPS DOCS GNOME GTK2 GTK3 JAVA KDE4 MMEDIA PGSQL SDK SYSTRAY \
+OPTIONS_DEFINE= CUPS DOCS GNOME GTK2 GTK3 JAVA MMEDIA PGSQL SDK SYSTRAY \
TEST WEBDAV
OPTIONS_DEFAULT= CUPS GTK2 MMEDIA
@@ -190,14 +190,6 @@ JAVA_DISTFILES= 17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip:src \
JAVA_USE= JAVA=yes
JAVA_VARS= JAVA_BUILD=yes
-KDE4_CONFIGURE_ENABLE= kde4
-KDE4_CONFIGURE_ENV= KDE4DIR="${KDE_PREFIX}" \
- QT4DIR="${PREFIX}" \
- QT4INC="${QT_INCDIR}" \
- QT4LIB="${QT_LIBDIR}"
-KDE4_USES= kde:4 qt:4
-KDE4_USE= KDE=kdelibs QT=moc_build,qmake_build
-
MMEDIA_CONFIGURE_ENABLE= gstreamer-1-0
MMEDIA_USE= GSTREAMER1=yes
@@ -279,11 +271,6 @@ MAKE_ENV+= verbose=1
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MKDE4}
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2018-12-31
-.endif
-
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == clang