diff options
author | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-01-13 13:36:05 +0000 |
commit | 7485b2b7a0cd79c171e558ae7a13d992bb45af8d (patch) | |
tree | 88e815d783e836dbfc6cc98e62ec39f0cd57cff6 /graphics/rayshade | |
parent | 1c58030c89252417cec81202772bb1451ae039c7 (diff) | |
download | pkgsrc-7485b2b7a0cd79c171e558ae7a13d992bb45af8d.tar.gz |
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
Diffstat (limited to 'graphics/rayshade')
-rw-r--r-- | graphics/rayshade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 6242f259b1e..0ecd0021d86 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2010/06/13 22:44:43 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2011/01/13 13:38:17 wiz Exp $ DISTNAME= rayshade.4.0 PKGNAME= rayshade-4.0 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= graphics MASTER_SITES= ftp://graphics.stanford.edu/pub/rayshade/ EXTRACT_SUFX= .tar.Z |