diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/KnightCap/Makefile | 8 | ||||
-rw-r--r-- | games/tank/Makefile | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/KnightCap/Makefile b/games/KnightCap/Makefile index 26112d48b30f..ded0a2381853 100644 --- a/games/KnightCap/Makefile +++ b/games/KnightCap/Makefile @@ -3,7 +3,7 @@ # Date created: 10 May 1998 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/15 12:14:22 tg 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/Mesa \ - MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa \ - glut\\.3\\.:${PORTSDIR}/graphics/Mesa +LIB_DEPENDS= MesaGL\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ + MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ + glut\\.3\\.:${PORTSDIR}/graphics/Mesa2 FETCH_BEFORE_ARGS= -P ALL_TARGET= KnightCap 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} |