diff options
author | demon <demon@FreeBSD.org> | 2015-12-28 20:00:39 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2015-12-28 20:00:39 +0800 |
commit | 864530bbec80b5d041f822b82e9c6a1650977b6f (patch) | |
tree | 5b1adfe0cb532b4a316a21ba7b8da8a9f8c6609e /textproc | |
parent | 24732d0767024899a940f1ad81aed93f42a89160 (diff) | |
download | freebsd-ports-gnome-864530bbec80b5d041f822b82e9c6a1650977b6f.tar.gz freebsd-ports-gnome-864530bbec80b5d041f822b82e9c6a1650977b6f.tar.zst freebsd-ports-gnome-864530bbec80b5d041f822b82e9c6a1650977b6f.zip |
Allow concurrent installation of module for python2/3 (bin/pygtail).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-pygtail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk> |