diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-02 07:16:05 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-09-02 07:16:05 +0000 |
commit | f9d985eff0976a40423de1c2ddf209ecbebcf836 (patch) | |
tree | 416c82486bcb40d30245b0af04cd2f8b29004be7 /games/ptkei | |
parent | b7b942756dd38b3c66b7855e628d2442de5f1199 (diff) |
Notes
Diffstat (limited to 'games/ptkei')
-rw-r--r-- | games/ptkei/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ptkei/Makefile b/games/ptkei/Makefile index 80cd6db5b755..0c778cfe7dd7 100644 --- a/games/ptkei/Makefile +++ b/games/ptkei/Makefile @@ -7,7 +7,7 @@ PORTNAME= ptkei PORTVERSION= 1.18.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.lfmm.org/ptkei/ @@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Python/Tk graphical client for Wolfpack Empire servers RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ - ${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/pmw + ${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw USE_PYTHON= yes |