diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-09 06:07:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-09 06:07:22 +0000 |
commit | 668caf7aac426473e417e7f0c1bb9aed0a4c3315 (patch) | |
tree | ba61549de018f7754148315f962ecceef3957538 /games/tank | |
parent | fbd1ddd0efb653eccce952bef89b6b4889f18a20 (diff) | |
download | ports-668caf7aac426473e417e7f0c1bb9aed0a4c3315.tar.gz ports-668caf7aac426473e417e7f0c1bb9aed0a4c3315.zip |
Notes
Diffstat (limited to 'games/tank')
-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 9e94c85f205c..690559db6b83 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.6 1998/09/27 16:06:56 steve Exp $ +# $Id: Makefile,v 1.7 1998/10/01 02:17:47 jseger Exp $ # DISTNAME= tank-0.4a-src @@ -15,7 +15,7 @@ MAINTAINER= dburr@FreeBSD.ORG LIB_DEPENDS= MesaGL.14:${PORTSDIR}/graphics/Mesa3 -BROKEN= can't find libaux.h +BROKEN= can\'t find libaux.h WRKSRC= ${WRKDIR}/${PKGNAME} |