diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 16:06:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 16:06:59 +0000 |
commit | c6c4ea2442674d7fe0af365765d6c8a0ca6ac449 (patch) | |
tree | 8032005969337106455827fc9cf77994dc745b8d /games/KnightCap | |
parent | Honour CFLAGS. (diff) |
Remove regexp support for Mesa2 libs.
Notes
Notes:
svn path=/head/; revision=13457
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 6a4e8796b0b7..e59602f5b804 100644 --- a/games/KnightCap/Makefile +++ b/games/KnightCap/Makefile @@ -3,7 +3,7 @@ # Date created: 10 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/07/27 23:24:29 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/05 09:30:51 asami 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/Mesa2 \ - MesaGLU\\.13\\.:${PORTSDIR}/graphics/Mesa2 \ - glut\\.3\\.:${PORTSDIR}/graphics/Mesa2 +LIB_DEPENDS= MesaGL.13:${PORTSDIR}/graphics/Mesa2 \ + MesaGLU.13:${PORTSDIR}/graphics/Mesa2 \ + glut.3:${PORTSDIR}/graphics/Mesa2 FETCH_BEFORE_ARGS= -P ALL_TARGET= KnightCap |