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/battalion | |
parent | 059b288192d481f35cd2061dcdb9b2b471e70ef7 (diff) | |
download | FreeBSD-ports-29c03646e2a2d807fc1ed01092ca0e0f68be788d.zip FreeBSD-ports-29c03646e2a2d807fc1ed01092ca0e0f68be788d.tar.gz |
Upgrade to Mesa 3.0
Diffstat (limited to 'games/battalion')
-rw-r--r-- | games/battalion/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/battalion/Makefile b/games/battalion/Makefile index a52a62a..5c4aad9 100644 --- a/games/battalion/Makefile +++ b/games/battalion/Makefile @@ -3,7 +3,7 @@ # Date created: 17 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.4 1998/08/05 09:30:52 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/27 16:06:56 steve Exp $ # DISTNAME= battalion-1.4 @@ -13,8 +13,8 @@ DISTFILES= battalionSource1.4.tar.Z battalionSUN4.tar.gz MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= MesaGL.13:${PORTSDIR}/graphics/Mesa2 \ - MesaGLU.13:${PORTSDIR}/graphics/Mesa2 +LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 \ + MesaGLU.14:${PORTSDIR}/graphics/Mesa3 ALL_TARGET= USE_X_PREFIX= yes |