diff options
author | rene <rene@FreeBSD.org> | 2018-12-31 20:20:01 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2018-12-31 20:20:01 +0800 |
commit | ea6282a384c336777e8dd74e1c2d3a0c70473935 (patch) | |
tree | df12c65fdf5e86b15b4d47aa5708d349a78c1f51 /www | |
parent | 2f26af3fd1d853666101e02e1834f367928bba8c (diff) | |
download | freebsd-ports-gnome-ea6282a384c336777e8dd74e1c2d3a0c70473935.tar.gz freebsd-ports-gnome-ea6282a384c336777e8dd74e1c2d3a0c70473935.tar.zst freebsd-ports-gnome-ea6282a384c336777e8dd74e1c2d3a0c70473935.zip |
www/opera: remove optional dependency on KDE4
Diffstat (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 225ef26c0cc9..ce62b22cef2f 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -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> @@ -67,11 +65,6 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ 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,} post-extract: |