diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-12 00:54:20 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:07:15 +0800 |
commit | 4e2373c933339a9be73bf1b5eeea85c0605afead (patch) | |
tree | af5d7673a06b331cb2cf03d710b06433bc12ad8e /emulators | |
parent | cefb5df8dd16e695a69ea246658a3927222eed14 (diff) | |
download | freebsd-ports-gnome-4e2373c933339a9be73bf1b5eeea85c0605afead.tar.gz freebsd-ports-gnome-4e2373c933339a9be73bf1b5eeea85c0605afead.tar.zst freebsd-ports-gnome-4e2373c933339a9be73bf1b5eeea85c0605afead.zip |
- Those ports fail to build with python3
- Add some explicit FLAVOR to dependencies where needed
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/openmsx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 0334bcecf714..f17885f28692 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ libao.so:audio/libao MAKEFILE= GNUmakefile -USES= gmake python tcl +USES= gmake python:2.7 tcl USE_GCC= yes USE_GL= glew USE_SDL= sdl ttf |