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

This commit is contained in:
Dmitry Sivachenko 2015-12-28 12:00:39 +00:00
parent 4a3bc1c655
commit 0d85b4ce5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=404623

View file

@ -11,6 +11,6 @@ MAINTAINER= demon@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>