diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 10:14:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-07-20 10:14:24 +0000 |
commit | dcce344737b1f66d0709d82783b772193c107dc3 (patch) | |
tree | 0d87a8079d4f52654eafbfe3a28bfc2e66183052 /games/tank/Makefile | |
parent | 918400a0ff896c49d18bb6a4934ad19122d9614f (diff) |
Notes
Diffstat (limited to 'games/tank/Makefile')
-rw-r--r-- | games/tank/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/tank/Makefile b/games/tank/Makefile index 0d884d837096..efd59e66aad5 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.2 1998/05/15 15:01:10 dburr Exp $ +# $Id: Makefile,v 1.3 1998/05/30 12:36:17 dburr Exp $ # DISTNAME= tank-0.4a-src @@ -13,7 +13,7 @@ MASTER_SITES= http://www.info.polymtl.ca/~coyote/tank/ MAINTAINER= dburr@FreeBSD.ORG -LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa +LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 WRKSRC= ${WRKDIR}/${PKGNAME} |