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/openmsx | |
parent | b325ed20621b89892e9303249333c4deda2e4f15 (diff) | |
download | ports-91e4e8a4e39fb58b7f561b303947252390d62e3d.tar.gz ports-91e4e8a4e39fb58b7f561b303947252390d62e3d.zip |
Notes
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 2ef0d805de21..792861819732 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -23,11 +23,10 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \ CXXFLAGS="${CXXFLAGS}" MAKEFILE= GNUmakefile -USES= gmake tcl +USES= gmake python tcl USE_GCC= yes USE_GL= glew USE_SDL= sdl ttf -USE_PYTHON= yes PLIST_FILES= bin/openmsx PORTDATA= * |