aboutsummaryrefslogtreecommitdiff
path: root/sysutils/plasma5-libksysguard
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-10-19 06:03:04 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-10-19 06:03:04 +0000
commit00a9fc0d68a39882f181474414bf66235e8155cf (patch)
tree09f70aa1122e92aa065f7fb05c75cc2103767586 /sysutils/plasma5-libksysguard
parent0d4922668ee1f065d86de362a5be828e2927ec5d (diff)
downloadports-00a9fc0d68a39882f181474414bf66235e8155cf.tar.gz
ports-00a9fc0d68a39882f181474414bf66235e8155cf.zip
Revert BROKEN r514750
- Setting OPTIONS_DEFAULT after bsd.port.options.mk doesn't work - PORTREVISION should have been bumped With hat: portmgr
Notes
Notes: svn path=/head/; revision=514751
Diffstat (limited to 'sysutils/plasma5-libksysguard')
-rw-r--r--sysutils/plasma5-libksysguard/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/sysutils/plasma5-libksysguard/Makefile b/sysutils/plasma5-libksysguard/Makefile
index 9fa3d764a030..148c51276981 100644
--- a/sysutils/plasma5-libksysguard/Makefile
+++ b/sysutils/plasma5-libksysguard/Makefile
@@ -20,11 +20,4 @@ WEBENGINE_USE= QT=webengine
WEBENGINE_DESC= HTML-based GUI ksysguard library based on Qt5WebEngine
WEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngineWidgets
-.include <bsd.port.options.mk>
-
-# Enable WebEngine on !powerpc* archs by default
-.if !(${ARCH:M*powerpc*})
-OPTIONS_DEFAULT= WEBENGINE
-.endif
-
.include <bsd.port.mk>