diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-25 20:25:39 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-12-25 20:25:39 +0000 |
commit | 707c6bf295fc3955c86c9244533c1524bb7dea15 (patch) | |
tree | 5754f0a521127b72390a51a263bc6e84b5177927 /games/openage | |
parent | e3b5edc5e789bcd6057c4a01e4c618dbb1509756 (diff) | |
download | ports-707c6bf295fc3955c86c9244533c1524bb7dea15.tar.gz ports-707c6bf295fc3955c86c9244533c1524bb7dea15.zip |
Notes
Diffstat (limited to 'games/openage')
-rw-r--r-- | games/openage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openage/Makefile b/games/openage/Makefile index 099a3f53057b..f2ac6c9b3455 100644 --- a/games/openage/Makefile +++ b/games/openage/Makefile @@ -31,7 +31,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>0:textproc/py-pygments@${PY_FLAVOR} -USES= cmake:outsource compiler:c++17-lang python:3.4+ qt:5 shebangfix +USES= cmake compiler:c++17-lang python:3.4+ qt:5 shebangfix SHEBANG_FILES= configure run.py buildsystem/cythonize.py USE_GITHUB= yes GH_ACCOUNT= SFTtech |