graphics/okular: make dependency on misc/kf5-purpose optional
PR: 235074 Reported by: Ivan <bsd@abinet.ru>
This commit is contained in:
parent
ae32150e26
commit
e6d12fce72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490791
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
PORTNAME= okular
|
PORTNAME= okular
|
||||||
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= graphics kde kde-applications
|
CATEGORIES= graphics kde kde-applications
|
||||||
|
|
||||||
MAINTAINER= kde@FreeBSD.org
|
MAINTAINER= kde@FreeBSD.org
|
||||||
@ -30,13 +30,18 @@ USES= cmake compiler:c++11-lib desktop-file-utils \
|
|||||||
USE_KDE= activities archive auth bookmarks codecs completion config \
|
USE_KDE= activities archive auth bookmarks codecs completion config \
|
||||||
configwidgets coreaddons dbusaddons ecm emoticons i18n \
|
configwidgets coreaddons dbusaddons ecm emoticons i18n \
|
||||||
iconthemes init itemmodels itemviews jobwidgets js \
|
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 \
|
service solid sonnet textwidgets threadweaver wallet \
|
||||||
widgetsaddons windowsystem xmlgui
|
widgetsaddons windowsystem xmlgui
|
||||||
USE_QT= core dbus declarative gui network phonon4 printsupport speech \
|
USE_QT= core dbus declarative gui network phonon4 printsupport speech \
|
||||||
svg widgets xml \
|
svg widgets xml \
|
||||||
buildtools_build qmake_build
|
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>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user