diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-11 23:48:51 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-10-11 23:48:51 +0000 |
commit | 53034c2c0b31646b52bed93810c3a612f6f637c5 (patch) | |
tree | 3685f6ed6ddf953e86f32270ed6096cb03b4a53f /games/thudboard/Makefile | |
parent | 25bef59d893f3e009a3077be43fb0b952e5a3f7d (diff) | |
download | ports-53034c2c0b31646b52bed93810c3a612f6f637c5.tar.gz ports-53034c2c0b31646b52bed93810c3a612f6f637c5.zip |
Notes
Diffstat (limited to 'games/thudboard/Makefile')
-rw-r--r-- | games/thudboard/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/thudboard/Makefile b/games/thudboard/Makefile index 1ece49795eeb..606d31cc4d7e 100644 --- a/games/thudboard/Makefile +++ b/games/thudboard/Makefile @@ -6,14 +6,15 @@ # PORTNAME= thudboard -PORTVERSION= 1.1 +PORTVERSION= 1.2 CATEGORIES= games MASTER_SITES= http://www.million.nl/file/ MAINTAINER= Jan.Stocker@t-online.de COMMENT= The Discworld Boardgame Board -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ + ${PYTHON_SITELIBDIR}/_xmlplus/sax/__init__.py:${PORTSDIR}/textproc/py-xml USE_PYTHON= yes |