diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-25 12:21:43 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-25 12:21:43 +0000 |
commit | 5e5841f2cd18d6e51ddddeb117432410a7d22614 (patch) | |
tree | ff3848099747774e69f3bda4d04dd29927deb93b /games/tank/Makefile | |
parent | 016268dfb5cf0e82b8cf522bc11c60b30fb57175 (diff) |
Notes
Diffstat (limited to 'games/tank/Makefile')
-rw-r--r-- | games/tank/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/tank/Makefile b/games/tank/Makefile index a7af3fb41d46..dd420482d416 100644 --- a/games/tank/Makefile +++ b/games/tank/Makefile @@ -9,14 +9,12 @@ PORTNAME= tank PORTVERSION= 0.4a CATEGORIES= games MASTER_SITES= http://step.polymtl.ca/~coyote/tank/ -DISTNAME= ${PKGNAME}-src +DISTFILES= ${DISTNAME}-src.tar.gz MAINTAINER= dburr@FreeBSD.org BROKEN= can\'t find glaux.h -WRKSRC= ${WRKDIR}/${PKGNAME} - USE_MESA= YES USE_GMAKE= YES ALL_TARGET= linux-mesa-elf |