svn commit: r403682 - head/devel/py-qt4-dbussupport

Raphael Kubo da Costa rakuco at FreeBSD.org
Sun Dec 13 18:25:44 UTC 2015


Author: rakuco
Date: Sun Dec 13 18:25:43 2015
New Revision: 403682
URL: https://svnweb.freebsd.org/changeset/ports/403682

Log:
  Drop runtime dependency on devel/py-qt4-core.
  
  The py-qt4-dbussupport port is a standalone Python module that only links
  against Qt and does not depend on anything from PyQt.

Modified:
  head/devel/py-qt4-dbussupport/Makefile

Modified: head/devel/py-qt4-dbussupport/Makefile
==============================================================================
--- head/devel/py-qt4-dbussupport/Makefile	Sun Dec 13 18:23:06 2015	(r403681)
+++ head/devel/py-qt4-dbussupport/Makefile	Sun Dec 13 18:25:43 2015	(r403682)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	dbussupport
+PORTREVISION=	1
 CATEGORIES=	devel python
 
 MAINTAINER=	kde at FreeBSD.org
@@ -13,7 +14,7 @@ CONFIGURE_ARGS=	--enable QtCore
 PYQT_DIST=	yes
 
 USES=		pkgconfig python pyqt:4
-USE_PYQT=	sip_build core_run
+USE_PYQT=	sip_build
 USE_QT4=	corelib qmake_build moc_build
 
 OPTIONS_DEFINE=		DEBUG


More information about the svn-ports-head mailing list