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/ninix-aya | |
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/ninix-aya')
-rw-r--r-- | games/ninix-aya/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ninix-aya/Makefile b/games/ninix-aya/Makefile index dd8044c58137..cc5be5dc3245 100644 --- a/games/ninix-aya/Makefile +++ b/games/ninix-aya/Makefile @@ -14,12 +14,12 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}chardet>0:textproc/py-chardet@${PY_FLAVOR} \ ${PYNUMPY} NO_ARCH= yes -USES= gmake python tar:tgz +USES= gmake python:2.7 tar:tgz USE_GNOME= pygtk2 USE_GSTREAMER= python |