diff options
author | miwi <miwi@FreeBSD.org> | 2007-07-02 20:12:07 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-07-02 20:12:07 +0800 |
commit | fa5a762401dd032f3508636916c52d6a4e9e9928 (patch) | |
tree | ddc52abbe1a92f848f0a0c80279752a87e4190b8 /games/thudboard/Makefile | |
parent | 9e2cbc346ac395a7ab9ad49a7cfa2a8ba75c4b81 (diff) | |
download | freebsd-ports-gnome-fa5a762401dd032f3508636916c52d6a4e9e9928.tar.gz freebsd-ports-gnome-fa5a762401dd032f3508636916c52d6a4e9e9928.tar.zst freebsd-ports-gnome-fa5a762401dd032f3508636916c52d6a4e9e9928.zip |
- Update to 1.8
- Pass maintainership to submitter
PR: 114160
Submitted by: Lars Engels <lars.engels@0x20.net>
Diffstat (limited to 'games/thudboard/Makefile')
-rw-r--r-- | games/thudboard/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/thudboard/Makefile b/games/thudboard/Makefile index 5663fcd17419..d5abcdfa7194 100644 --- a/games/thudboard/Makefile +++ b/games/thudboard/Makefile @@ -6,16 +6,14 @@ # PORTNAME= thudboard -PORTVERSION= 1.7 -PORTREVISION= 1 +PORTVERSION= 1.8 CATEGORIES= games MASTER_SITES= http://www.million.nl/file/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= lars.engels@0x20.net COMMENT= The Discworld Boardgame Board -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter \ - ${PYXML} +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_tkinter.so:${PORTSDIR}/x11-toolkits/py-tkinter NO_WRKSUBDIR= yes USE_PYTHON= yes |