diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-24 19:54:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-24 19:54:57 +0000 |
commit | 1bf9457272318a99eb550ee7603ef85903c36cea (patch) | |
tree | 30969701cc82a93abc61c62dd66cf03666bbe585 /misc/py-tflearn | |
parent | Add a PY_PILLOW that can be used to choose between graphics/py-pillow (diff) |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai
Diffstat (limited to 'misc/py-tflearn')
-rw-r--r-- | misc/py-tflearn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-tflearn/Makefile b/misc/py-tflearn/Makefile index d0fff514d9f2..d5404f36f180 100644 --- a/misc/py-tflearn/Makefile +++ b/misc/py-tflearn/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ + ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}tensorflow>0:science/py-tensorflow@${PY_FLAVOR} |