Date: Mon, 31 Dec 2018 12:20:01 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488767 - head/www/opera Message-ID: <201812311220.wBVCK1WL003885@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Mon Dec 31 12:20:01 2018 New Revision: 488767 URL: https://svnweb.freebsd.org/changeset/ports/488767 Log: www/opera: remove optional dependency on KDE4 Modified: head/www/opera/Makefile Modified: head/www/opera/Makefile ============================================================================== --- head/www/opera/Makefile Mon Dec 31 12:00:56 2018 (r488766) +++ head/www/opera/Makefile Mon Dec 31 12:20:01 2018 (r488767) @@ -36,7 +36,7 @@ REINPLACE_ARGS= -i '' # no .bak files WEBPLUGIN_SUBDIR= ${LOCALBASE}/lib/browser_plugins/symlinks/opera -OPTIONS_DEFINE= CUPS VIDEO GTK2 KDE4 +OPTIONS_DEFINE= CUPS VIDEO GTK2 OPTIONS_DEFAULT= CUPS VIDEO NO_OPTIONS_SORT=yes @@ -47,8 +47,6 @@ CUPS_LIB_DEPENDS= libcups.so:print/cups VIDEO_USE= gstreamer=vorbis,ogg,theora,vp8,good GTK2_USE= gnome=gtk20,libxml2 -KDE4_USES= kde:4 -KDE4_USE= KDE=kdelibs .include <bsd.port.options.mk> @@ -65,11 +63,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ .if ${PORT_OPTIONS:MGTK2} INSTALLS_ICONS= yes -.endif - -.if ${PORT_OPTIONS:MKDE4} -DEPRECATED= KDE4 is end-of-life -EXPIRATION_DATE=2018-12-31 .endif OPERA_ARCH= ${ARCH:S,i386,intel,}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812311220.wBVCK1WL003885>