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/KnightCap | |
parent | 918400a0ff896c49d18bb6a4934ad19122d9614f (diff) | |
download | ports-dcce344737b1f66d0709d82783b772193c107dc3.tar.gz ports-dcce344737b1f66d0709d82783b772193c107dc3.zip |
Notes
Diffstat (limited to 'games/KnightCap')
-rw-r--r-- | games/KnightCap/Makefile | 8 |
1 files changed, 4 insertions, 4 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 |