diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-14 23:09:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-14 23:09:27 +0000 |
commit | 71be6db894c8284038f386aa02347588255b5f64 (patch) | |
tree | d3da81807c1429127f99b6108d7f9d9636d0595b /games/pacman | |
parent | 5827bfaf86a1a0f6442fd1aea33fc1812c5b1eff (diff) | |
download | pkgsrc-71be6db894c8284038f386aa02347588255b5f64.tar.gz |
Now that clanlib has been fixed, pacman works (at least on i386/1.5K).
Diffstat (limited to 'games/pacman')
-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 |