diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-27 21:58:27 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-04-27 21:58:27 +0000 |
commit | 805405e3964a2085115a4bf50e79a34c71503d3b (patch) | |
tree | ee5451fa7080b87e26fda61d66c845b257fdbb3d /emulators/openmsx | |
parent | a2ebdc120f17ae91a89c7bae11d08c5175686f01 (diff) | |
download | ports-805405e3964a2085115a4bf50e79a34c71503d3b.tar.gz ports-805405e3964a2085115a4bf50e79a34c71503d3b.zip |
Notes
Diffstat (limited to 'emulators/openmsx')
-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 60ac679416c5..a817451f8cb0 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -16,7 +16,6 @@ COMMENT= Open source MSX emulator LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 \ jack:${PORTSDIR}/audio/jack \ - GLEW:${PORTSDIR}/graphics/glew \ png:${PORTSDIR}/graphics/png MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \ @@ -25,6 +24,7 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \ OPENMSX_CXX=${CXX} MAKEFILE= GNUmakefile +USE_GL= glew USE_GMAKE= yes USE_TCL= 84+ USE_SDL= sdl image ttf |