diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-03 16:25:31 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:03:30 +0800 |
commit | d0057dc38d0c1eb2cd7a88769fb6c351f2370cfb (patch) | |
tree | 9f3ab381ea90cbc042acbf1b31c5ec90f97173a0 /games/pysolfc | |
parent | eae70ae8015f859b5cdf713587d6d08aabd028e4 (diff) | |
download | freebsd-ports-gnome-d0057dc38d0c1eb2cd7a88769fb6c351f2370cfb.tar.gz freebsd-ports-gnome-d0057dc38d0c1eb2cd7a88769fb6c351f2370cfb.tar.zst freebsd-ports-gnome-d0057dc38d0c1eb2cd7a88769fb6c351f2370cfb.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
Diffstat (limited to 'games/pysolfc')
-rw-r--r-- | games/pysolfc/Makefile | 4 |
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 |