Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2015 18:25:43 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403682 - head/devel/py-qt4-dbussupport
Message-ID:  <201512131825.tBDIPhTW034436@repo.freebsd.org>

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



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