diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:48:34 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 13:48:34 +0000 |
commit | ba284573681e85a059c5c2eb8cad050ff23fd8ac (patch) | |
tree | 0420127fe51222574eb803fbddb21f180010a6ea /net/kio-gdrive | |
parent | 4443168d872e4d4a551497d99bd1830f817ad9c0 (diff) |
net: Add missing USES={gnome,php}
Notes
Notes:
svn path=/head/; revision=517064
Diffstat (limited to 'net/kio-gdrive')
-rw-r--r-- | net/kio-gdrive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/kio-gdrive/Makefile b/net/kio-gdrive/Makefile index 00bbec58350f..cf8cb24ce691 100644 --- a/net/kio-gdrive/Makefile +++ b/net/kio-gdrive/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libqt5keychain.so:security/qtkeychain \ libkaccounts.so:net-im/kaccounts-integration RUN_DEPENDS= kaccounts-providers>=0:net-im/kaccounts-providers -USES= cmake gettext kde:5 pkgconfig qt:5 tar:xz +USES= cmake gettext gnome kde:5 pkgconfig qt:5 tar:xz USE_GNOME= intltool USE_KDE= completion config coreaddons ecm i18n jobwidgets kio \ notifications service widgetsaddons \ |