aboutsummaryrefslogtreecommitdiff
path: root/games/pysolfc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-03 08:25:31 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-03 08:25:31 +0000
commit38308bbce8121d08ed2d1addc44a6d4af9b1d8da (patch)
tree19fcb52e1a08c10e10288210eaf522890abc2def /games/pysolfc
parent574e3bddf9eae410ebf30e17e38f77fb6ec3d85f (diff)
downloadports-38308bbce8121d08ed2d1addc44a6d4af9b1d8da.tar.gz
ports-38308bbce8121d08ed2d1addc44a6d4af9b1d8da.zip
- Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case it needs the rst2html command, not the docutils module - Mark some ports as not compatible with python3
Notes
Notes: svn path=/head/; revision=455392
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 b53f4e89ba84..f8111d693108 100644
--- a/games/pysolfc/Makefile
+++ b/games/pysolfc/Makefile
@@ -15,8 +15,8 @@ COMMENT= Solitaire game, written in Python and the successor of PySol
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter \
- ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:x11-toolkits/py-tkinter@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR}
USES= python:2.7 shebangfix tar:bzip2
USE_PYTHON= autoplist distutils