diff options
Diffstat (limited to 'net/kdav/Makefile')
-rw-r--r-- | net/kdav/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/kdav/Makefile b/net/kdav/Makefile index 2aaa95286686..249173e00b33 100644 --- a/net/kdav/Makefile +++ b/net/kdav/Makefile @@ -7,9 +7,9 @@ CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= A DAV protocol implementation with KJobs -USES= cmake:outsource compiler:c++11-lib gettext kde:5 tar:xz +USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons ecm i18n kio service -USE_QT5= core gui network xml xmlpatterns \ +USE_QT= core gui network xml xmlpatterns \ buildtools_build qmake_build USE_LDCONFIG= yes |