diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-20 16:36:10 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-10-20 16:36:10 +0000 |
commit | 9ba1a0242276b483a84531c24fb488a2a28fd3e9 (patch) | |
tree | 4a5b4e6f206e93966c584470e0fe969cb932ab82 | |
parent | 947e3eb4a63796390b4ccf1fe62ae43e00e69ec3 (diff) | |
download | ports-9ba1a0242276b483a84531c24fb488a2a28fd3e9.tar.gz ports-9ba1a0242276b483a84531c24fb488a2a28fd3e9.zip |
Notes
-rw-r--r-- | security/kpkpass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/kpkpass/Makefile b/security/kpkpass/Makefile index 6a66ce436d58..84702661db1e 100644 --- a/security/kpkpass/Makefile +++ b/security/kpkpass/Makefile @@ -7,7 +7,8 @@ CATEGORIES= security kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= Library to deal with Apple Wallet pass files -USES= cmake:outsource gettext kde:5 qt:5 shared-mime-info tar:xz +USES= cmake:outsource compiler:c++11-lang gettext kde:5 qt:5 \ + shared-mime-info tar:xz USE_KDE= archive ecm USE_QT= core gui testlib \ buildtools_build qmake_build |