diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-12 12:40:15 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-12-12 12:40:15 +0000 |
commit | a8cc35a10e90f8f79065f49149f25bf73fa3365a (patch) | |
tree | 9e9a97b3aab77d2cc63f709a61eb4142ae8b1d83 /games/thudboard | |
parent | aed3eed595ad638baabb59f48460ea00db3ed680 (diff) | |
download | ports-a8cc35a10e90f8f79065f49149f25bf73fa3365a.tar.gz ports-a8cc35a10e90f8f79065f49149f25bf73fa3365a.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Notes
Notes:
svn path=/head/; revision=456126
Diffstat (limited to 'games/thudboard')
-rw-r--r-- | games/thudboard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/thudboard/Makefile b/games/thudboard/Makefile index 327866c4e2c1..0f46e45d7b34 100644 --- a/games/thudboard/Makefile +++ b/games/thudboard/Makefile @@ -10,10 +10,10 @@ MASTER_SITES= http://www.million.nl/file/ MAINTAINER= lme@FreeBSD.org COMMENT= The Discworld Boardgame Board -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${PY_FLAVOR} NO_WRKSUBDIR= yes -USES= python +USES= python:2.7 SUB_FILES= thudboard |