diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-12-26 21:27:04 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-12-26 21:27:04 +0000 |
commit | 4c3a854d801873024eb267fa97dbea4f75426609 (patch) | |
tree | 88c63eade45a545c2b5d2ffd5c33da47b5fc315b /security/lxqt-openssh-askpass | |
parent | 3f5232eb8d6d2a72fe7cb768b6b589ca0a40c81f (diff) |
Notes
Diffstat (limited to 'security/lxqt-openssh-askpass')
-rw-r--r-- | security/lxqt-openssh-askpass/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/lxqt-openssh-askpass/Makefile b/security/lxqt-openssh-askpass/Makefile index 23137a10827c..25ee46b81383 100644 --- a/security/lxqt-openssh-askpass/Makefile +++ b/security/lxqt-openssh-askpass/Makefile @@ -11,7 +11,8 @@ COMMENT= LXQt GUI dialog for OpenSSH authentication LICENSE= LGPL21+ -USES= cmake gettext-runtime kde:5 lxqt pkgconfig tar:xz qt:5 +USES= cmake compiler:c++11-lang gettext-runtime kde:5 lxqt \ + pkgconfig qt:5 tar:xz USE_QT= buildtools_build qmake_build core dbus gui linguisttools \ svg widgets x11extras xml USE_KDE= windowsystem |