mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
Add missing dependencies and remove unneeded dependencies as reported by stage-qa. Remove parallel jobs restriction. It seems to build fine.
28 lines
799 B
Makefile
28 lines
799 B
Makefile
PORTNAME= kdev-python
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Python 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++17-lang gettext-tools gl kde:6 python qt:6 \
|
|
tar:xz xorg
|
|
USE_GL= gl opengl # GLX
|
|
USE_KDE= colorscheme completion config configwidgets coreaddons i18n \
|
|
kio parts service syntaxhighlighting texteditor threadweaver \
|
|
widgetsaddons xmlgui \
|
|
ecm:build
|
|
USE_QT= 5compat base
|
|
USE_XORG= x11
|
|
|
|
# Versioning values, to reduce plist churn (match with devel/kdevelop)
|
|
.include "${.CURDIR}/../kdevelop/kdevelop.mk"
|
|
|
|
.include <bsd.port.mk>
|