diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-13 17:36:35 +0000 |
commit | b48eba1112f54d5bd53419acb41234e880b1c4d8 (patch) | |
tree | dc32ede50f2b2eb416705689058f2df8cb72865f /graphics/rayshade | |
parent | b83587c254a875614110a4d3bcfeafebc7536d9a (diff) | |
download | pkgsrc-b48eba1112f54d5bd53419acb41234e880b1c4d8.tar.gz |
Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
Diffstat (limited to 'graphics/rayshade')
-rw-r--r-- | graphics/rayshade/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 82afa9d6a50..547a0700ac1 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.8 2001/02/25 04:17:52 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2002/03/13 17:37:17 fredb Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/05/26 04:04:11 mph Exp # DISTNAME= rayshade.4.0 PKGNAME= rayshade-4.0 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ftp://graphics.stanford.edu/pub/rayshade/ \ ftp://ftp.princeton.edu/pub/Graphics/rayshade.4.0/ @@ -12,7 +13,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org COMMENT= Extensible system for creating ray-traced images -DEPENDS+= urt-3.1b1:../../graphics/urt +DEPENDS+= urt-3.1b1nb1:../../graphics/urt HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure |