diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-23 15:39:32 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-23 15:39:32 +0000 |
commit | 4196590fa59b3296af08cb1a521d56d40a0c3226 (patch) | |
tree | ff20dcbebe3cf8ce43d9faf74d03692d830e82ee /misc/libkeduvocdocument/Makefile | |
parent | d035736dc3386470403073c8f5aff860c39c4247 (diff) |
KDE Applications: complete dependency lists
This has been on the TODO list for forever...
PR: 238764
Reported by: yuri
Notes
Notes:
svn path=/head/; revision=504959
Diffstat (limited to 'misc/libkeduvocdocument/Makefile')
-rw-r--r-- | misc/libkeduvocdocument/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/libkeduvocdocument/Makefile b/misc/libkeduvocdocument/Makefile index 422a8e9156be..ae6a39b629ae 100644 --- a/misc/libkeduvocdocument/Makefile +++ b/misc/libkeduvocdocument/Makefile @@ -2,6 +2,7 @@ PORTNAME= libkeduvocdocument DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= misc kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -9,7 +10,7 @@ COMMENT= Library for reading and writing vocabulary files USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz USE_KDE= archive config coreaddons ecm i18n kio service -USE_QT= core gui xml \ +USE_QT= concurrent core dbus gui network xml \ buildtools_build qmake_build OPTIONS_DEFINE= DOCS |