svn commit: r413153 - head/databases/py-motor

Dmitry Sivachenko demon at FreeBSD.org
Tue Apr 12 18:19:47 UTC 2016


Author: demon
Date: Tue Apr 12 18:19:45 2016
New Revision: 413153
URL: https://svnweb.freebsd.org/changeset/ports/413153

Log:
  Fix depends.

Modified:
  head/databases/py-motor/Makefile

Modified: head/databases/py-motor/Makefile
==============================================================================
--- head/databases/py-motor/Makefile	Tue Apr 12 18:13:10 2016	(r413152)
+++ head/databases/py-motor/Makefile	Tue Apr 12 18:19:45 2016	(r413153)
@@ -12,6 +12,8 @@ COMMENT=	Non-blocking MongoDB driver for
 
 LICENSE=	APACHE20
 
+RUN_DEPENDS=    ${PYTHON_SITELIBDIR}/pymongo-2.8-py${PYTHON_VER}.egg-info/PKG-INFO:databases/pymongo28
+
 USES=		python
 USE_PYTHON=	distutils autoplist
 


More information about the svn-ports-all mailing list