Fix RUN_DEPENDS for devel/py-qt5-core.
The devel/py-sip port includes the sip module code that is needed at runtime ( starting with PyQt 5.11, it seems .. some details http://pyqt.sourceforge.net/Docs/PyQt5/installation.html ) PR: 225040 Reported by: yuri
This commit is contained in:
parent
4095a4b530
commit
f4e1b4d955
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489087
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= core
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
@ -17,7 +18,7 @@ PYQT_DIST= yes
|
|||
|
||||
USES= python pyqt:5 qt:5
|
||||
USE_PYTHON= concurrent flavors py3kplist
|
||||
USE_PYQT= sip_build
|
||||
USE_PYQT= sip
|
||||
USE_QT= core buildtools_build qmake_build
|
||||
|
||||
OPTIONS_DEFINE= API DEBUG
|
||||
|
|
Loading…
Reference in a new issue