svn commit: r472892 - head/www/py-qt5-webkit

Antoine Brodin antoine at FreeBSD.org
Wed Jun 20 17:49:24 UTC 2018


Author: antoine
Date: Wed Jun 20 17:49:22 2018
New Revision: 472892
URL: https://svnweb.freebsd.org/changeset/ports/472892

Log:
  Remove redundant depend, there is already USE_PYQT

Modified:
  head/www/py-qt5-webkit/Makefile

Modified: head/www/py-qt5-webkit/Makefile
==============================================================================
--- head/www/py-qt5-webkit/Makefile	Wed Jun 20 17:42:43 2018	(r472891)
+++ head/www/py-qt5-webkit/Makefile	Wed Jun 20 17:49:22 2018	(r472892)
@@ -8,7 +8,6 @@ MAINTAINER=	kde at FreeBSD.org
 COMMENT=	Python bindings for the Qt5 toolkit, QtWebKit module
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sip>=${SIP_VERSION}:devel/py-sip@${PY_FLAVOR}
-RUN_DEPENDS=	${PKGNAMEPREFIX}gui>=${PYQT5_VERSION}:x11-toolkits/py-qt5-gui@${PY_FLAVOR}
 
 CONFIGURE_ARGS=	--enable QtWebKit
 PYQT_DIST=	yes


More information about the svn-ports-all mailing list