diff options
author | wiz <wiz@pkgsrc.org> | 2011-01-13 13:53:23 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-01-13 13:53:23 +0000 |
commit | fcc0b5fda026e38aa1efb7f318010e3a69098566 (patch) | |
tree | d235dceb5492df43911f7f1b522b59cc6164c7b2 /games/rocksndiamonds | |
parent | 22538e12e3f525cd419843289915758a5a78c187 (diff) | |
download | pkgsrc-fcc0b5fda026e38aa1efb7f318010e3a69098566.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'games/rocksndiamonds')
-rw-r--r-- | games/rocksndiamonds/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index 5190f54b360..7d6bbe2e1fa 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2010/07/03 07:24:44 adam Exp $ +# $NetBSD: Makefile,v 1.45 2011/01/13 13:53:28 wiz Exp $ DISTNAME= rocksndiamonds-3.3.0.1 +PKGREVISION= 1 CATEGORIES= games x11 MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ |