aboutsummaryrefslogtreecommitdiff
path: root/games/pysolfc/Makefile
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2009-12-26 10:47:37 +0000
committerMarcus von Appen <mva@FreeBSD.org>2009-12-26 10:47:37 +0000
commitad2c131f8cf3ff97682f7092b9c0d0aa41c162e5 (patch)
tree3145572aa878e89fe8286f471509de387afa621a /games/pysolfc/Makefile
parentdf2813e03c1bb7c017aa804c29d8936858355183 (diff)
downloadports-ad2c131f8cf3ff97682f7092b9c0d0aa41c162e5.tar.gz
ports-ad2c131f8cf3ff97682f7092b9c0d0aa41c162e5.zip
- Update to 2.0
Approved by: miwi (mentor implicit)
Notes
Notes: svn path=/head/; revision=246702
Diffstat (limited to 'games/pysolfc/Makefile')
-rw-r--r--games/pysolfc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/pysolfc/Makefile b/games/pysolfc/Makefile
index 98c423c30e87..9d1c12b4854a 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pysolfc
-PORTVERSION= 1.1
+PORTVERSION= 2.0
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/PySolFC/PySolFC-${PORTVERSION}
DISTNAME= PySolFC-${PORTVERSION}
@@ -14,7 +14,8 @@ DISTNAME= PySolFC-${PORTVERSION}
MAINTAINER= mva@FreeBSD.org
COMMENT= Solitaire game, written in Python and the sucessor of PySol
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \
+ ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
USE_BZIP2= yes
USE_PYTHON= yes