diff options
author | agc <agc@pkgsrc.org> | 1999-12-17 11:06:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-12-17 11:06:48 +0000 |
commit | 6036211f78225d75945d48d7cb0d8f13f59d832f (patch) | |
tree | 1424642490c32721eb8cf701a79714dc99f4898d /games | |
parent | 7a7ef932fe751c967557c4af35a7ac7179fba6fb (diff) | |
download | pkgsrc-6036211f78225d75945d48d7cb0d8f13f59d832f.tar.gz |
Update dependency on clanlib to reflect its correct version. Pointed out by
David Brownlee.
Diffstat (limited to 'games')
-rw-r--r-- | games/pacman/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pacman/Makefile b/games/pacman/Makefile index 902b584bf66..b25a8423cf6 100644 --- a/games/pacman/Makefile +++ b/games/pacman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/10/27 17:14:07 agc Exp $ +# $NetBSD: Makefile,v 1.4 1999/12/17 11:06:48 agc Exp $ DISTNAME= Pacman-1.0.0 CATEGORIES= games x11 @@ -9,7 +9,7 @@ HOMEPAGE= http://www.clanlib.org/ BROKEN= Problems with ClanLib instance -DEPENDS+= ClanLib-0.1.15:../../graphics/clanlib +DEPENDS+= ClanLib-0.2.2:../../graphics/clanlib USE_X11BASE= yes GNU_CONFIGURE= yes |