aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-02-22 04:16:02 +0800
committeryuri <yuri@FreeBSD.org>2018-02-22 04:16:02 +0800
commitd961dccf6a422c971d109e35defbf9bd9205721a (patch)
treec5145769fc969927c090d2b62ca3b5b454772e80
parentad48481f3487bc0830436620a4049fe896946dd0 (diff)
downloadfreebsd-ports-gnome-d961dccf6a422c971d109e35defbf9bd9205721a.tar.gz
freebsd-ports-gnome-d961dccf6a422c971d109e35defbf9bd9205721a.tar.zst
freebsd-ports-gnome-d961dccf6a422c971d109e35defbf9bd9205721a.zip
x11-toolkits/py-tktreectrl: Corrected the unclear comment
Reported by: mat Approved by: tcberner (mentor, implicit)
-rw-r--r--x11-toolkits/py-tktreectrl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/py-tktreectrl/Makefile b/x11-toolkits/py-tktreectrl/Makefile
index 53d3ab470d2b..259389e4d1ef 100644
--- a/x11-toolkits/py-tktreectrl/Makefile
+++ b/x11-toolkits/py-tktreectrl/Makefile
@@ -17,7 +17,7 @@ LIB_DEPENDS= libtreectrl.so.1:x11-toolkits/tktreectrl # no libtreectrl.so is pro
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