diff options
author | rene <rene@FreeBSD.org> | 2010-07-07 02:16:31 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2010-07-07 02:16:31 +0800 |
commit | aafe8fb6fa4d404759dd20036ab67617c37f3816 (patch) | |
tree | fe8f3be1f9b38c144745aac93a22c02bae391bab /games/torcs | |
parent | 5a8d2eaae9a725a322ae460245a60de002ce31dd (diff) | |
download | freebsd-ports-gnome-aafe8fb6fa4d404759dd20036ab67617c37f3816.tar.gz freebsd-ports-gnome-aafe8fb6fa4d404759dd20036ab67617c37f3816.tar.zst freebsd-ports-gnome-aafe8fb6fa4d404759dd20036ab67617c37f3816.zip |
- Bump shared library version of libglut.so when using freeglut
- Grab maintainership of games/torcs
Approved by: tabthorpe (mentor)
Feature safe: yes
Diffstat (limited to 'games/torcs')
-rw-r--r-- | games/torcs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |