diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2021-07-09 21:56:39 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2021-07-09 21:59:01 +0000 |
commit | c0a5e2416d2b24af2d83fc97fa9dde37c152d6ec (patch) | |
tree | ea95f58300e77d19c29ee32e28d5a98b1cc53582 /security/plasma5-ksshaskpass | |
parent | 71d85cac1937709444cc3f64f4745015b0acec33 (diff) |
Diffstat (limited to 'security/plasma5-ksshaskpass')
-rw-r--r-- | security/plasma5-ksshaskpass/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/plasma5-ksshaskpass/Makefile b/security/plasma5-ksshaskpass/Makefile index cd44895c18e4..becb5d1d439a 100644 --- a/security/plasma5-ksshaskpass/Makefile +++ b/security/plasma5-ksshaskpass/Makefile @@ -1,12 +1,14 @@ PORTNAME= ksshaskpass DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= security kde kde-plasma MAINTAINER= kde@FreeBSD.org COMMENT= Plasma5 ssh-add frontend USES= cmake compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz -USE_KDE= coreaddons doctools ecm i18n wallet widgetsaddons +USE_KDE= coreaddons i18n wallet widgetsaddons \ + doctools_build ecm_build USE_QT= core gui widgets \ buildtools_build qmake_build |