svn commit: r403265 - head/devel/py-ua_parser

Dmitry Sivachenko demon at FreeBSD.org
Tue Dec 8 11:41:25 UTC 2015


Author: demon
Date: Tue Dec  8 11:41:24 2015
New Revision: 403265
URL: https://svnweb.freebsd.org/changeset/ports/403265

Log:
  Fix deps.

Modified:
  head/devel/py-ua_parser/Makefile

Modified: head/devel/py-ua_parser/Makefile
==============================================================================
--- head/devel/py-ua_parser/Makefile	Tue Dec  8 10:54:37 2015	(r403264)
+++ head/devel/py-ua_parser/Makefile	Tue Dec  8 11:41:24 2015	(r403265)
@@ -11,6 +11,7 @@ COMMENT=	Python port of Browserscope's u
 
 LICENSE=	APACHE20
 
+BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
 RUN_DEPENDS=	${LOCALBASE}/share/ua_parser/regexes.yaml:${PORTSDIR}/devel/ua_parser-core \
 		${PYTHON_SITELIBDIR}/yaml/__init__.py:${PORTSDIR}/devel/py-yaml
 


More information about the svn-ports-head mailing list