diff options
author | wiz <wiz> | 2014-09-08 20:40:29 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-09-08 20:40:29 +0000 |
commit | 2368be326620b7a294329bec90f7ea5b7e13708e (patch) | |
tree | 7e545bd03460e92fd0120bb5f2baf72f15dbcf04 /graphics/rayshade | |
parent | e294401e9dbdc83862ed3e60612da6f6ae9bc210 (diff) | |
download | pkgsrc-2368be326620b7a294329bec90f7ea5b7e13708e.tar.gz |
DEPEND on netpbm instead of including its buildlink3.mk file, if you're
not linking against it.
Bump PKGREVISION for packages that (might be|are) changed.
Diffstat (limited to 'graphics/rayshade')
-rw-r--r-- | graphics/rayshade/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 44888de41ee..b5e2414fa60 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2013/02/16 11:22:26 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2014/09/08 20:40:30 wiz Exp $ DISTNAME= rayshade.4.0.6 PKGNAME= rayshade-4.0.6 -#KGREVISION= 8 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://graphics.stanford.edu/pub/rayshade/ EXTRACT_SUFX= .tar.Z |