Date: Mon, 28 Dec 2015 12:00:39 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404623 - head/textproc/py-pygtail Message-ID: <201512281200.tBSC0dEW074296@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512281200.tBSC0dEW074296>