diff options
Diffstat (limited to 'net/kdav/Makefile')
-rw-r--r-- | net/kdav/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/kdav/Makefile b/net/kdav/Makefile index 98e9b2d43234..3219e9781773 100644 --- a/net/kdav/Makefile +++ b/net/kdav/Makefile @@ -2,7 +2,6 @@ PORTNAME= kdav DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -10,7 +9,7 @@ COMMENT= A DAV protocol implementation with KJobs USES= cmake:outsource compiler:c++11-lib gettext kde:5 qt:5 tar:xz USE_KDE= config coreaddons ecm i18n kio service -USE_QT= core gui network xml xmlpatterns \ +USE_QT= core dbus gui network xml xmlpatterns \ buildtools_build qmake_build USE_LDCONFIG= yes |