From 0d85b4ce5f7caad639d90be9a64ae0b7e5cfad6d Mon Sep 17 00:00:00 2001 From: Dmitry Sivachenko Date: Mon, 28 Dec 2015 12:00:39 +0000 Subject: [PATCH] Allow concurrent installation of module for python2/3 (bin/pygtail). --- textproc/py-pygtail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textproc/py-pygtail/Makefile b/textproc/py-pygtail/Makefile index af83a735e14b..996bc6ecd099 100644 --- a/textproc/py-pygtail/Makefile +++ b/textproc/py-pygtail/Makefile @@ -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