diff options
author | wiz <wiz> | 2000-12-14 23:09:27 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-14 23:09:27 +0000 |
commit | d54fe89c5da42254c1eff7573c6efb4b9dae1940 (patch) | |
tree | d3da81807c1429127f99b6108d7f9d9636d0595b | |
parent | 9930859ad79227cd134cd3a4fade1f4490a29f45 (diff) | |
download | pkgsrc-d54fe89c5da42254c1eff7573c6efb4b9dae1940.tar.gz |
Now that clanlib has been fixed, pacman works (at least on i386/1.5K).
-rw-r--r-- | games/pacman/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/pacman/Makefile b/games/pacman/Makefile index b25a8423cf6..bc6c2ac6e71 100644 --- a/games/pacman/Makefile +++ b/games/pacman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/12/17 11:06:48 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/12/14 23:09:27 wiz Exp $ DISTNAME= Pacman-1.0.0 CATEGORIES= games x11 @@ -7,8 +7,6 @@ MASTER_SITES= http://dark.x.dtu.dk/clansoft/clanlib/download/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.clanlib.org/ -BROKEN= Problems with ClanLib instance - DEPENDS+= ClanLib-0.2.2:../../graphics/clanlib USE_X11BASE= yes |