aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-Pmw
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-02 22:32:48 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2013-03-02 22:32:48 +0000
commitddb097c515164665524ac44bdad0a760e6d7e9cc (patch)
tree189a0a82202d8273b3544d953ccfd229c1eb7faf /x11-toolkits/py-Pmw
parent2a1a40c8bffa56d60449805274bebe889eb98fc8 (diff)
downloadports-ddb097c515164665524ac44bdad0a760e6d7e9cc.tar.gz
ports-ddb097c515164665524ac44bdad0a760e6d7e9cc.zip
- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocation
Notes
Notes: svn path=/head/; revision=313303
Diffstat (limited to 'x11-toolkits/py-Pmw')
-rw-r--r--x11-toolkits/py-Pmw/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/py-Pmw/Makefile b/x11-toolkits/py-Pmw/Makefile
index 6308e8f94ca8..cc2efc0d417e 100644
--- a/x11-toolkits/py-Pmw/Makefile
+++ b/x11-toolkits/py-Pmw/Makefile
@@ -1,13 +1,9 @@
-# New ports collection makefile for: pmw
-# Date created: 03 June 1998
-# Whom: Thomas Gellekum <tg@FreeBSD.org>
-#
+# Created by: Thomas Gellekum <tg@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Pmw
PORTVERSION= 1.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-toolkits python
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME}.${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +12,7 @@ DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= fmysh@iijmio-mail.jp
COMMENT= High-level compound graphics widgets for Python
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter
LIB_DEPENDS= BLT24.3:${PORTSDIR}/x11-toolkits/blt
USE_PYTHON= yes