diff options
author | agc <agc@pkgsrc.org> | 1999-10-27 17:14:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-27 17:14:01 +0000 |
commit | 606e5ab825667ae1cc8e3de2d47cefb96cad506c (patch) | |
tree | f51aaf90d1e8972aed77ac565f03fb7a22d028aa /games/pacman/Makefile | |
parent | 0aaf70604932e93148d871f4f41685169f601339 (diff) | |
download | pkgsrc-606e5ab825667ae1cc8e3de2d47cefb96cad506c.tar.gz |
Mark packages as broken, where necessary.
Diffstat (limited to 'games/pacman/Makefile')
-rw-r--r-- | games/pacman/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/pacman/Makefile b/games/pacman/Makefile index 3021447d2b8..902b584bf66 100644 --- a/games/pacman/Makefile +++ b/games/pacman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/07/22 08:56:20 garbled Exp $ +# $NetBSD: Makefile,v 1.3 1999/10/27 17:14:07 agc Exp $ DISTNAME= Pacman-1.0.0 CATEGORIES= games x11 @@ -7,6 +7,8 @@ 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.1.15:../../graphics/clanlib USE_X11BASE= yes |