aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-10 08:36:19 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-10 08:36:19 +0000
commitcf13e17616a583da104d7928a8b878d55b0ca3ce (patch)
tree839dc4fd573d5713197aa5027d0de416baea13ef /x11-toolkits
parentcefd296e0fa3f2f3991f00beeb589884a6318b20 (diff)
downloadports-cf13e17616a583da104d7928a8b878d55b0ca3ce.tar.gz
ports-cf13e17616a583da104d7928a8b878d55b0ca3ce.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/py-tktreectrl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-toolkits/py-tktreectrl/Makefile b/x11-toolkits/py-tktreectrl/Makefile
index d386e3ebbfb3..c8280952a758 100644
--- a/x11-toolkits/py-tktreectrl/Makefile
+++ b/x11-toolkits/py-tktreectrl/Makefile
@@ -11,16 +11,15 @@ DISTNAME= TkinterTreectrl-${DISTVERSION}
MAINTAINER= sylvio@FreeBSD.org
COMMENT= TkTreectrl Python bindings
-LIB_DEPENDS= treectrl:${PORTSDIR}/x11-toolkits/tktreectrl
+LIB_DEPENDS= libtreectrl.so.1:${PORTSDIR}/x11-toolkits/tktreectrl
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw
-USE_TK_RUN= yes
+USES= tk:run
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= TkinterTreectrl
PYDISTUTILS_PKGVERSION= ${PORTVERSION:R}
-NO_STAGE= yes
.include <bsd.port.mk>