svn commit: r389121 - head/archivers/py-lz4

Jung-uk Kim jkim at FreeBSD.org
Wed Jun 10 18:14:29 UTC 2015


Author: jkim
Date: Wed Jun 10 18:14:28 2015
New Revision: 389121
URL: https://svnweb.freebsd.org/changeset/ports/389121

Log:
  Fix build dependency.

Modified:
  head/archivers/py-lz4/Makefile

Modified: head/archivers/py-lz4/Makefile
==============================================================================
--- head/archivers/py-lz4/Makefile	Wed Jun 10 18:12:35 2015	(r389120)
+++ head/archivers/py-lz4/Makefile	Wed Jun 10 18:14:28 2015	(r389121)
@@ -11,6 +11,8 @@ COMMENT=	Python binding for the LZ4 comp
 
 LICENSE=	BSD3CLAUSE
 
+BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/nose/__init__.py:${PORTSDIR}/devel/py-nose
+
 USE_PYTHON=	autoplist distutils
 USES=		python
 


More information about the svn-ports-all mailing list