svn commit: r404623 - head/textproc/py-pygtail

Dmitry Sivachenko demon at FreeBSD.org
Mon Dec 28 12:00:40 UTC 2015


Author: demon
Date: Mon Dec 28 12:00:39 2015
New Revision: 404623
URL: https://svnweb.freebsd.org/changeset/ports/404623

Log:
  Allow concurrent installation of module for python2/3 (bin/pygtail).

Modified:
  head/textproc/py-pygtail/Makefile

Modified: head/textproc/py-pygtail/Makefile
==============================================================================
--- head/textproc/py-pygtail/Makefile	Mon Dec 28 11:56:59 2015	(r404622)
+++ head/textproc/py-pygtail/Makefile	Mon Dec 28 12:00:39 2015	(r404623)
@@ -11,6 +11,6 @@ MAINTAINER=	demon at FreeBSD.org
 COMMENT=	Python module which reads log file lines that have not been read
 
 USES=		python
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list