mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Explicitly depend on all Qt libraries linked by the build system targets.
Stop pulling Qt dependencies implicitly via other ports, as this can be unreliable at times. Instead, bring in all Qt ports that the port links against. PR: 191113
This commit is contained in:
parent
0d39304e87
commit
414dd66105
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358735
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= kdevelop
|
||||
DISTVERSION= ${KDEVELOP_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel kde
|
||||
MASTER_SITES= ${MASTER_SITE_KDE}
|
||||
MASTER_SITE_SUBDIR= ${KDEVELOP_BRANCH}/kdevelop/${DISTVERSION}/src
|
||||
@ -16,7 +16,8 @@ LIB_DEPENDS= libkdevplatforminterfaces.so:${PORTSDIR}/devel/kdevplatform
|
||||
RUN_DEPENDS= gmake:${PORTSDIR}/devel/gmake
|
||||
|
||||
USE_KDE4= kdehier kdelibs kdeprefix workspace automoc4
|
||||
USE_QT4= qmake_build moc_build uic_build rcc_build
|
||||
USE_QT4= qmake_build moc_build uic_build rcc_build \
|
||||
corelib declarative gui help script webkit xml
|
||||
USE_XZ= yes
|
||||
USES= cmake gmake shared-mime-info
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user