diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 23:43:33 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 23:43:33 +0800 |
commit | 68713e63a873487d61e13839964717ad31707a77 (patch) | |
tree | 007c8519a6455a0a0c70a67ca551339c6c99673c /emulators/openmsx | |
parent | 4448b190fd5abad17e3c075074dea29adb16f0db (diff) | |
download | freebsd-ports-gnome-68713e63a873487d61e13839964717ad31707a77.tar.gz freebsd-ports-gnome-68713e63a873487d61e13839964717ad31707a77.tar.zst freebsd-ports-gnome-68713e63a873487d61e13839964717ad31707a77.zip |
- Convert ports from dns/, editors/ and emulators/ to new
USES=python
Approved by: portmgr (implicit)
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= * |