aboutsummaryrefslogtreecommitdiff
path: root/games/pysolfc
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 /games/pysolfc
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 'games/pysolfc')
-rw-r--r--games/pysolfc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile
index 858b0f3daf54..09601e9ee2f2 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -3,7 +3,7 @@
PORTNAME= pysolfc
PORTVERSION= 2.0
-PORTREVISION= 3
+PORTREVISION= 5
CATEGORIES= games python
MASTER_SITES= SF/${PORTNAME}/PySolFC/PySolFC-${PORTVERSION} \
SF/${PORTNAME}/PySolFC-Cardsets/PySolFC-Cardsets-${PORTVERSION}:cardsets
@@ -15,7 +15,7 @@ COMMENT= Solitaire game, written in Python and the successor of PySol
LICENSE= GPLv3
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
USE_BZIP2= yes