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:
Adriaan de Groot 2019-01-02 16:00:00 +00:00
parent 4095a4b530
commit f4e1b4d955
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=489087

View file

@ -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