diff options
Diffstat (limited to 'games/cake/Makefile')
-rw-r--r-- | games/cake/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |