diff options
Diffstat (limited to 'games/gltron/Makefile')
-rw-r--r-- | games/gltron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gltron/Makefile b/games/gltron/Makefile index c1427f5704e4..14541efea30f 100644 --- a/games/gltron/Makefile +++ b/games/gltron/Makefile @@ -12,8 +12,8 @@ MASTER_SITES= http://www.ards.net/Andreas/gltron/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ - MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \ +LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 \ + GLU.14:${PORTSDIR}/graphics/Mesa3 \ glut.3:${PORTSDIR}/graphics/Mesa3 USE_X_PREFIX= yes |