aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kdesignerplugin
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 04:04:51 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2023-09-12 15:14:56 +0000
commit4ae93ebd089eb12a23ec0dbf80189935b06e3082 (patch)
tree3d55ca8697985fd115249b861a190e97bb8725ee /x11-toolkits/kf5-kdesignerplugin
parente8e65e7574de0b374caaa3da0ba6a26a67103e62 (diff)
downloadports-4ae93ebd089eb12a23ec0dbf80189935b06e3082.tar.gz
ports-4ae93ebd089eb12a23ec0dbf80189935b06e3082.zip
Diffstat (limited to 'x11-toolkits/kf5-kdesignerplugin')
-rw-r--r--x11-toolkits/kf5-kdesignerplugin/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/kf5-kdesignerplugin/Makefile b/x11-toolkits/kf5-kdesignerplugin/Makefile
index 414e0b859410..9816a4f2c14b 100644
--- a/x11-toolkits/kf5-kdesignerplugin/Makefile
+++ b/x11-toolkits/kf5-kdesignerplugin/Makefile
@@ -1,18 +1,14 @@
PORTNAME= kdesignerplugin
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
+PORTREVISION= 1
CATEGORIES= x11-toolkits kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 integration of Frameworks widgets in Qt Designer/Creator
USES= cmake compiler:c++11-lib gettext kde:5 qt:5 tar:xz
-USE_KDE= auth bookmarks codecs completion config configwidgets \
- coreaddons i18n iconthemes itemviews \
- jobwidgets kdewebkit kio plotting service solid sonnet \
- textwidgets widgetsaddons xmlgui \
+USE_KDE= config coreaddons \
doctools:build ecm:build
-USE_QT= concurrent core dbus designer gui linguisttools \
- network webkit widgets xml \
- buildtools:build qmake:build
+USE_QT= core buildtools:build qmake:build
.include <bsd.port.mk>