From 864530bbec80b5d041f822b82e9c6a1650977b6f Mon Sep 17 00:00:00 2001 From: demon Date: Mon, 28 Dec 2015 12:00:39 +0000 Subject: Allow concurrent installation of module for python2/3 (bin/pygtail). --- textproc/py-pygtail/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproc') 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 -- cgit