Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2019 16:00:00 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489087 - head/devel/py-qt5-core
Message-ID:  <201901021600.x02G00XU066745@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901021600.x02G00XU066745>