diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-02 22:32:48 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-03-02 22:32:48 +0000 |
commit | ddb097c515164665524ac44bdad0a760e6d7e9cc (patch) | |
tree | 189a0a82202d8273b3544d953ccfd229c1eb7faf /games/ptkei | |
parent | 2a1a40c8bffa56d60449805274bebe889eb98fc8 (diff) | |
download | ports-ddb097c515164665524ac44bdad0a760e6d7e9cc.tar.gz ports-ddb097c515164665524ac44bdad0a760e6d7e9cc.zip |
Notes
Diffstat (limited to 'games/ptkei')
-rw-r--r-- | games/ptkei/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/games/ptkei/Makefile b/games/ptkei/Makefile index ca85e6f08d96..c869c87e2b01 100644 --- a/games/ptkei/Makefile +++ b/games/ptkei/Makefile @@ -1,20 +1,16 @@ -# New ports collection makefile for: ptkei -# Date created: 26 October 1999 -# Whom: Daniel O'Connor <darius@dons.net.au> -# +# Created by: Daniel O'Connor <darius@dons.net.au> # $FreeBSD$ -# PORTNAME= ptkei PORTVERSION= 1.18.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.lfmm.org/ptkei/ 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 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw USE_PYTHON= yes |