diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-22 23:57:10 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-06-22 23:57:10 +0000 |
commit | 4803a9e905c236d38f52b7aec5032ac9a360cd90 (patch) | |
tree | 94d8d0b5ba36e2b07b5fbb9daecb65f27a3f1c60 /x11-toolkits/kf5-kdesignerplugin | |
parent | 8c8221873a89088c5ce8adcc5794ae68943534de (diff) | |
download | ports-4803a9e905c236d38f52b7aec5032ac9a360cd90.tar.gz ports-4803a9e905c236d38f52b7aec5032ac9a360cd90.zip |
KDE Frameworks: complete dependencies
Notes
Notes:
svn path=/head/; revision=504916
Diffstat (limited to 'x11-toolkits/kf5-kdesignerplugin')
-rw-r--r-- | x11-toolkits/kf5-kdesignerplugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/kf5-kdesignerplugin/Makefile b/x11-toolkits/kf5-kdesignerplugin/Makefile index 327b6ad5e91c..f783d069f911 100644 --- a/x11-toolkits/kf5-kdesignerplugin/Makefile +++ b/x11-toolkits/kf5-kdesignerplugin/Makefile @@ -2,6 +2,7 @@ PORTNAME= kdesignerplugin DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= x11-toolkits kde kde-frameworks MAINTAINER= kde@FreeBSD.org @@ -12,7 +13,7 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \ coreaddons doctools ecm i18n iconthemes itemviews \ jobwidgets kdewebkit kio plotting service solid sonnet \ textwidgets widgetsaddons xmlgui -USE_QT= buildtools_build core dbus designer gui linguisttools \ +USE_QT= buildtools_build concurrent core dbus designer gui linguisttools \ network qmake_build webkit widgets xml .include <bsd.port.mk> |