svn commit: r472751 - head/devel/py-interface

Yuri Victorovich yuri at FreeBSD.org
Tue Jun 19 02:26:55 UTC 2018


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
 


More information about the svn-ports-all mailing list