diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-01 02:17:49 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-01 02:17:49 +0000 |
commit | 1b4e5b49b4f51106645cc739a9a6d87c2a0ee972 (patch) | |
tree | 9f81c796654c03fd50e69d0a22bd6c6461048074 /games/KnightCap | |
parent | Mark BROKEN for ELF. (diff) |
Upgrade to Mesa 3.0
Notes
Notes:
svn path=/head/; revision=13567
Diffstat (limited to 'games/KnightCap')
-rw-r--r-- | games/KnightCap/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/KnightCap/Makefile b/games/KnightCap/Makefile index e59602f5b804..4f2ad4a6ca51 100644 --- a/games/KnightCap/Makefile +++ b/games/KnightCap/Makefile @@ -3,7 +3,7 @@ # Date created: 10 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.4 1998/08/05 09:30:51 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/27 16:06:52 steve Exp $ # DISTNAME= KnightCap-3.5 @@ -13,9 +13,9 @@ MASTER_SITES= ftp://samba.anu.edu.au/pub/KnightCap/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= MesaGL.13:${PORTSDIR}/graphics/Mesa2 \ - MesaGLU.13:${PORTSDIR}/graphics/Mesa2 \ - glut.3:${PORTSDIR}/graphics/Mesa2 +LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3\ + MesaGLU.14:${PORTSDIR}/graphics/Mesa3 \ + glut.3:${PORTSDIR}/graphics/Mesa3 FETCH_BEFORE_ARGS= -P ALL_TARGET= KnightCap |