diff --git a/devel/kdev-php/Makefile b/devel/kdev-php/Makefile index 9f276e40c35e..9af465b4ac42 100644 --- a/devel/kdev-php/Makefile +++ b/devel/kdev-php/Makefile @@ -1,29 +1,28 @@ PORTNAME= kdev-php DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org COMMENT= PHP support for KDevelop WWW= https://www.kdevelop.org/ LICENSE= GPLv2+ BUILD_DEPENDS= kdev-pg-qt:devel/kdevelop-pg-qt LIB_DEPENDS= libKDevPlatformInterfaces.so:devel/kdevelop -USES= cmake compiler:c++11-lib kde:6 qt:6 tar:xz xorg -USE_KDE= auth codecs completion config configwidgets coreaddons i18n \ - itemmodels jobwidgets kcmutils kio parts service solid sonnet \ - syntaxhighlighting texteditor textwidgets threadweaver \ - widgetsaddons windowsystem xmlgui \ +USES= cmake compiler:c++17-lang gettext-tools gl kde:6 qt:6 \ + tar:xz xorg +USE_GL= gl opengl # GLX +USE_KDE= colorscheme completion config configwidgets coreaddons i18n \ + jobwidgets kio parts service solid syntaxhighlighting \ + texteditor threadweaver widgetsaddons xmlgui \ ecm:build -USE_QT= base +USE_QT= 5compat base declarative positioning webchannel webengine USE_XORG= x11 # Versioning values, to reduce plist churn (match with devel/kdevelop) .include "${.CURDIR}/../kdevelop/kdevelop.mk" -# Does not build with jobs. -MAKE_JOBS_UNSAFE= yes - .include