Date: Tue, 19 Jun 2018 02:26:55 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472751 - head/devel/py-interface Message-ID: <201806190226.w5J2Qtxg045667@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Jun 19 02:26:54 2018 New Revision: 472751 URL: https://svnweb.freebsd.org/changeset/ports/472751 Log: devel/py-interface: Add USE_PYTHON=concurrent when DOCS=yes Approved by: portmgr Modified: head/devel/py-interface/Makefile Modified: head/devel/py-interface/Makefile ============================================================================== --- head/devel/py-interface/Makefile Tue Jun 19 02:20:42 2018 (r472750) +++ head/devel/py-interface/Makefile Tue Jun 19 02:26:54 2018 (r472751) @@ -3,6 +3,7 @@ PORTNAME= interface PORTVERSION= 2.2 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.lysator.liu.se/~tab/erlang/py_interface/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +21,7 @@ DOCSDIR= ${PREFIX}/share/doc/py_${PORTNAME} # EXAMPLESDIR= ${PREFIX}/share/examples/py_${PORTNAME} OPTIONS_DEFINE= DOCS +DOCS_USE= PYTHON=concurrent PORTDOCS= README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806190226.w5J2Qtxg045667>