diff options
author | Rene Ladan <rene@FreeBSD.org> | 2010-07-06 18:16:31 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2010-07-06 18:16:31 +0000 |
commit | dc51d987bda0e00443bc2504e52c976af624657c (patch) | |
tree | 88e042d1e482776953caca3ff4d4a8bf6c78c0d4 /games | |
parent | - Update to 2.6.0 (diff) |
- Bump shared library version of libglut.so when using freeglut
- Grab maintainership of games/torcs
Approved by: tabthorpe (mentor)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257466
Diffstat (limited to 'games')
-rw-r--r-- | games/cake/Makefile | 2 | ||||
-rw-r--r-- | games/torcs/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/cake/Makefile b/games/cake/Makefile index 94628f1eb882..841a396dbb9c 100644 --- a/games/cake/Makefile +++ b/games/cake/Makefile @@ -34,7 +34,7 @@ OPTIONS= FREEGLUT "Build with alternative GLUT library, FreeGLUT" off .include <bsd.port.pre.mk> .if defined(WITH_FREEGLUT) -LIB_DEPENDS= glut.11:${PORTSDIR}/graphics/freeglut +LIB_DEPENDS= glut.12:${PORTSDIR}/graphics/freeglut .else USE_GL= glut .endif diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 74d2711913a0..4563a02f741b 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/all-in-one/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= rene@FreeBSD.org COMMENT= The Open Racing Car Simulator BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:${PORTSDIR}/x11-toolkits/plib @@ -52,7 +52,7 @@ BASH2FIX= src/linux/torcs.in src/tools/accc/accc.in \ .include <bsd.port.pre.mk> .if defined(WITH_FREEGLUT) -LIB_DEPENDS+= glut.11:${PORTSDIR}/graphics/freeglut +LIB_DEPENDS+= glut.12:${PORTSDIR}/graphics/freeglut .else USE_GL= glut .endif |