svn commit: r536075 - head/x11-toolkits/py-Pmw

Yuri Victorovich yuri at FreeBSD.org
Thu May 21 06:47:47 UTC 2020


Author: yuri
Date: Thu May 21 06:47:46 2020
New Revision: 536075
URL: https://svnweb.freebsd.org/changeset/ports/536075

Log:
  x11-toolkits/py-Pmw: Add USE_PYTHON=concurrent
  
  Approved by:	portmgr (port compliance, infrastructure)

Modified:
  head/x11-toolkits/py-Pmw/Makefile

Modified: head/x11-toolkits/py-Pmw/Makefile
==============================================================================
--- head/x11-toolkits/py-Pmw/Makefile	Thu May 21 06:45:34 2020	(r536074)
+++ head/x11-toolkits/py-Pmw/Makefile	Thu May 21 06:47:46 2020	(r536075)
@@ -3,6 +3,7 @@
 
 PORTNAME=	Pmw
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	x11-toolkits python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LIB_DEPENDS=	libBLT25.so:x11-toolkits/blt
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR}
 
 USES=		dos2unix python shebangfix
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 NO_ARCH=	yes
 SHEBANG_FILES=	Pmw/Pmw_*/bin/bundlepmw.py
 


More information about the svn-ports-head mailing list