diff options
author | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:25:50 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-06-22 17:25:50 +0000 |
commit | cab9ad235ee5d0fb685f39578176becc866f6511 (patch) | |
tree | 8484dc211e1d6d6fc3e5c967d6ff8310db0ca862 /games/tank | |
parent | 8b3efb3301a3041800fd9b94121de6f11ade1dbb (diff) | |
download | ports-cab9ad235ee5d0fb685f39578176becc866f6511.tar.gz ports-cab9ad235ee5d0fb685f39578176becc866f6511.zip |
The build fails because this port cannot find glaux.h and not libaux.h.
Notes
Notes:
svn path=/head/; revision=19664
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 690559db6b83..e5c9bb360c95 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.7 1998/10/01 02:17:47 jseger Exp $ +# $Id: Makefile,v 1.8 1998/10/09 06:07:22 asami 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 glaux.h WRKSRC= ${WRKDIR}/${PKGNAME} |