diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 2000-03-20 23:25:21 +0000 |
commit | 7cc807dbeacd4330a32376f439fe8bb59cb9ab42 (patch) | |
tree | 7af3ed64c69f6db2ddec8605c4875b72175fbc15 /games/glasteroids | |
parent | cee83caf0e195c0669ebfd8208d100698766cc67 (diff) |
Changed LIB_DEPENDS: MesaGL.14->GL.14 due to Mesa-3.1 upgrade
Notes
Notes:
svn path=/head/; revision=26874
Diffstat (limited to 'games/glasteroids')
-rw-r--r-- | games/glasteroids/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/glasteroids/Makefile b/games/glasteroids/Makefile index 34379d9c59e9..050f78148ee3 100644 --- a/games/glasteroids/Makefile +++ b/games/glasteroids/Makefile @@ -13,8 +13,8 @@ MASTER_SITES= http://www.honors.montana.edu/~jjc/Glasteroids/ 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 MAKEFILE= Makefile.FreeBSD |