svn commit: r490791 - head/graphics/okular

Tobias C. Berner tcberner at FreeBSD.org
Sun Jan 20 14:06:32 UTC 2019


Author: tcberner
Date: Sun Jan 20 14:06:31 2019
New Revision: 490791
URL: https://svnweb.freebsd.org/changeset/ports/490791

Log:
  graphics/okular: make dependency on misc/kf5-purpose optional
  
  PR:		235074
  Reported by:	Ivan <bsd at abinet.ru>

Modified:
  head/graphics/okular/Makefile

Modified: head/graphics/okular/Makefile
==============================================================================
--- head/graphics/okular/Makefile	Sun Jan 20 14:00:42 2019	(r490790)
+++ head/graphics/okular/Makefile	Sun Jan 20 14:06:31 2019	(r490791)
@@ -2,7 +2,7 @@
 
 PORTNAME=	okular
 DISTVERSION=	${KDE_APPLICATIONS_VERSION}
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics kde kde-applications
 
 MAINTAINER=	kde at FreeBSD.org
@@ -30,13 +30,18 @@ USES=		cmake compiler:c++11-lib desktop-file-utils \
 USE_KDE=	activities archive auth bookmarks codecs completion config \
 		configwidgets coreaddons dbusaddons ecm emoticons i18n \
 		iconthemes init itemmodels itemviews jobwidgets js \
-		kdelibs4support khtml kio libkexiv2 parts pty purpose \
+		kdelibs4support khtml kio libkexiv2 parts pty \
 		service solid sonnet textwidgets threadweaver wallet \
 		widgetsaddons windowsystem xmlgui
 USE_QT=		core dbus declarative gui network phonon4 printsupport speech \
 		svg widgets xml \
 		buildtools_build qmake_build
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOCS PURPOSE
+OPTIONS_DEFAULT=	PURPOSE
+
+PURPOSE_DESC=	Enable 'Share' menu
+PURPOSE_USE=	KDE=purpose
+PURPOSE_CMAKE_BOOL_OFF=	CMAKE_DISABLE_FIND_PACKAGE_KDEExperimentalPurpose
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list