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/tank | |
parent | 5a11b470cea2cb23e0ed7096ce576ea9d3cf838e (diff) | |
download | ports-1b4e5b49b4f51106645cc739a9a6d87c2a0ee972.tar.gz ports-1b4e5b49b4f51106645cc739a9a6d87c2a0ee972.zip |
Notes
Diffstat (limited to 'games/tank')
-rw-r--r-- | games/tank/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/tank/Makefile b/games/tank/Makefile index 5f38963aa146..9e94c85f205c 100644 --- a/games/tank/Makefile +++ b/games/tank/Makefile @@ -3,7 +3,7 @@ # Date created: 4 Mar 1998 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1998/08/27 06:09:50 jseger Exp $ +# $Id: Makefile,v 1.6 1998/09/27 16:06:56 steve Exp $ # DISTNAME= tank-0.4a-src @@ -13,7 +13,9 @@ MASTER_SITES= http://step.polymtl.ca/~coyote/tank/ MAINTAINER= dburr@FreeBSD.ORG -LIB_DEPENDS= MesaGL.13:${PORTSDIR}/graphics/Mesa2 +LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 + +BROKEN= can't find libaux.h WRKSRC= ${WRKDIR}/${PKGNAME} |