From 1930c34c80e641895d3560946e0272be906a9aa4 Mon Sep 17 00:00:00 2001 From: thierry Date: Thu, 1 Jan 2009 14:41:06 +0000 Subject: Add a missing dependency to libglut, which is now the default. Reported by: QAT --- games/torcs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/games/torcs/Makefile b/games/torcs/Makefile index 69cc3be7d1ed..b8a0db575d12 100644 --- a/games/torcs/Makefile +++ b/games/torcs/Makefile @@ -58,6 +58,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include -DHAVE_DE LIB_DEPENDS+= glut.11:${PORTSDIR}/graphics/freeglut .else USE_GL= yes +LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut .endif EMPTYDIR= champ dtmrace endrace ncrace practice quickrace -- cgit