diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 15:43:33 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 15:43:33 +0000 |
commit | 91e4e8a4e39fb58b7f561b303947252390d62e3d (patch) | |
tree | 007c8519a6455a0a0c70a67ca551339c6c99673c /emulators/loemu/Makefile | |
parent | b325ed20621b89892e9303249333c4deda2e4f15 (diff) |
Notes
Diffstat (limited to 'emulators/loemu/Makefile')
-rw-r--r-- | emulators/loemu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/loemu/Makefile b/emulators/loemu/Makefile index ce6bdcb5e03b..af2d7400be4e 100644 --- a/emulators/loemu/Makefile +++ b/emulators/loemu/Makefile @@ -14,9 +14,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolki ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 \ ${PYTHON_SITELIBDIR}/libxslt.py:${PORTSDIR}/textproc/py-libxslt -USES= gettext -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USES= gettext python +USE_PYTHON= distutils NO_BUILD= yes OPTIONS_DEFINE= MAME SNES9X ZSNES |