diff options
author | gahr <gahr@FreeBSD.org> | 2010-04-28 05:58:27 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-04-28 05:58:27 +0800 |
commit | 5a71031394b0a0b65d9d5aece3362619c2d1169f (patch) | |
tree | abb9c1dc1cedf9be9c56cba34f1ca9ae07bd6108 /emulators | |
parent | 2b15c1b3a344354d1bb987c4199ab8c4e1cb3c88 (diff) | |
download | freebsd-ports-gnome-5a71031394b0a0b65d9d5aece3362619c2d1169f.tar.gz freebsd-ports-gnome-5a71031394b0a0b65d9d5aece3362619c2d1169f.tar.zst freebsd-ports-gnome-5a71031394b0a0b65d9d5aece3362619c2d1169f.zip |
- Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly
Approved by: portmgr (pav)
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 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 |