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 /games/spring | |
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 'games/spring')
-rw-r--r-- | games/spring/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/spring/Makefile b/games/spring/Makefile index 9610921900c9..8db664234fa7 100644 --- a/games/spring/Makefile +++ b/games/spring/Makefile @@ -15,7 +15,6 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= A project aiming to create a new and versatile RTS Engine LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \ - GLEW.1:${PORTSDIR}/graphics/glew \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ IL.2:${PORTSDIR}/graphics/devil \ ogg.6:${PORTSDIR}/audio/libogg \ @@ -28,7 +27,7 @@ ONLY_FOR_ARCHS_REASON= relies on x86 floating-point math USE_SDL= sdl USE_OPENAL= al -USE_GL= gl glu +USE_GL= glew USE_XORG= x11 xcursor USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |