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/battalion | |
parent | 5a11b470cea2cb23e0ed7096ce576ea9d3cf838e (diff) | |
download | ports-1b4e5b49b4f51106645cc739a9a6d87c2a0ee972.tar.gz ports-1b4e5b49b4f51106645cc739a9a6d87c2a0ee972.zip |
Notes
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 a52a62a7fb43..5c4aad9a38e2 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 |