From 00a9fc0d68a39882f181474414bf66235e8155cf Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 19 Oct 2019 06:03:04 +0000 Subject: [PATCH] Revert BROKEN r514750 - Setting OPTIONS_DEFAULT after bsd.port.options.mk doesn't work - PORTREVISION should have been bumped With hat: portmgr --- sysutils/plasma5-libksysguard/Makefile | 7 ------- 1 file changed, 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 - -# Enable WebEngine on !powerpc* archs by default -.if !(${ARCH:M*powerpc*}) -OPTIONS_DEFAULT= WEBENGINE -.endif - .include