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/slune | |
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/slune')
-rw-r--r-- | games/slune/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/slune/Makefile b/games/slune/Makefile index d0bdaac35570..42f20ffd086f 100644 --- a/games/slune/Makefile +++ b/games/slune/Makefile @@ -19,15 +19,14 @@ RUN_DEPENDS= soya_editor:${PORTSDIR}/graphics/py-soya3d \ ${PYTHON_SITELIBDIR}/_openal.so:${PORTSDIR}/audio/py-openal \ ${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis \ ${PYTHON_SITELIBDIR}/py2play/level.py:${PORTSDIR}/net-p2p/py-py2play -LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d \ - GLEW.1:${PORTSDIR}/graphics/glew +LIB_DEPENDS= cal3d.12:${PORTSDIR}/graphics/cal3d USE_BZIP2= yes USE_DOS2UNIX= *.po *.mo USE_GETTEXT= yes USE_PYTHON= yes USE_PYDISTUTILS= yes -USE_GL= yes +USE_GL= glew USE_SDL= sdl mixer PYDISTUTILS_PKGNAME= Slune |