svn commit: r462541 - head/x11-toolkits/py-tktreectrl

Yuri Victorovich yuri at FreeBSD.org
Wed Feb 21 20:16:03 UTC 2018


Author: yuri
Date: Wed Feb 21 20:16:02 2018
New Revision: 462541
URL: https://svnweb.freebsd.org/changeset/ports/462541

Log:
  x11-toolkits/py-tktreectrl: Corrected the unclear comment
  
  Reported by:	mat
  Approved by:	tcberner (mentor, implicit)

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

Modified: head/x11-toolkits/py-tktreectrl/Makefile
==============================================================================
--- head/x11-toolkits/py-tktreectrl/Makefile	Wed Feb 21 20:11:01 2018	(r462540)
+++ head/x11-toolkits/py-tktreectrl/Makefile	Wed Feb 21 20:16:02 2018	(r462541)
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libtreectrl.so.1:x11-toolkits/tktreectrl 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${FLAVOR} \
 		${PYTHON_SITELIBDIR}/Pmw/__init__.py:x11-toolkits/py-Pmw@${FLAVOR}
 
-USES=		python:2.7 tk:run zip # 2.7 because of py36-Pmw
+USES=		python:2.7 tk:run zip # 2.7 is only because x11-toolkits/py-Pmw has USES=python:2.7
 USE_PYTHON=	distutils autoplist
 NO_ARCH=	yes
 


More information about the svn-ports-all mailing list