diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-01 02:17:49 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-01 02:17:49 +0000 |
commit | 29c03646e2a2d807fc1ed01092ca0e0f68be788d (patch) | |
tree | 6420c0369b2b1d77ce3212599b89b5cdae912832 /games/KnightCap | |
parent | 059b288192d481f35cd2061dcdb9b2b471e70ef7 (diff) | |
download | FreeBSD-ports-29c03646e2a2d807fc1ed01092ca0e0f68be788d.zip FreeBSD-ports-29c03646e2a2d807fc1ed01092ca0e0f68be788d.tar.gz |
Upgrade to Mesa 3.0
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 e59602f..4f2ad4a 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 |