aboutsummaryrefslogtreecommitdiff
path: root/games/torcs
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-16 00:07:03 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-16 00:07:03 +0000
commit8341fbe6a48d744c7daf98268006b03bf732a444 (patch)
treed5c7b0a392e5d4214e98106ac6f518a2931f7383 /games/torcs
parent32c40c631647bdb7f46954402857d85a0ece48d1 (diff)
downloadports-8341fbe6a48d744c7daf98268006b03bf732a444.tar.gz
ports-8341fbe6a48d744c7daf98268006b03bf732a444.zip
- Move freeglut from x11-toolkits to graphics, where libglut already is
PR: ports/91711 Submitted by: Sangwoo Shim <sangwoos@gmail.com> Repocopied by: marcus
Notes
Notes: svn path=/head/; revision=153604
Diffstat (limited to 'games/torcs')
-rw-r--r--games/torcs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/torcs/Makefile b/games/torcs/Makefile
index 6e2938334353..55b3f7529e77 100644
--- a/games/torcs/Makefile
+++ b/games/torcs/Makefile
@@ -59,7 +59,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -DHAVE_DECL
.endif
.if !defined(WITHOUT_FREEGLUT)
-LIB_DEPENDS+= glut.11:${PORTSDIR}/x11-toolkits/freeglut
+LIB_DEPENDS+= glut.11:${PORTSDIR}/graphics/freeglut
.else
USE_GL= yes
.endif