svn commit: r489087 - head/devel/py-qt5-core

Adriaan de Groot adridg at FreeBSD.org
Wed Jan 2 16:00:01 UTC 2019


Author: adridg
Date: Wed Jan  2 16:00:00 2019
New Revision: 489087
URL: https://svnweb.freebsd.org/changeset/ports/489087

Log:
  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

Modified:
  head/devel/py-qt5-core/Makefile

Modified: head/devel/py-qt5-core/Makefile
==============================================================================
--- head/devel/py-qt5-core/Makefile	Wed Jan  2 15:49:54 2019	(r489086)
+++ head/devel/py-qt5-core/Makefile	Wed Jan  2 16:00:00 2019	(r489087)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	core
+PORTREVISION=	1
 CATEGORIES=	devel python
 
 MAINTAINER=	kde at 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


More information about the svn-ports-all mailing list