diff options
author | tnn <tnn@pkgsrc.org> | 2008-05-26 23:28:53 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-05-26 23:28:53 +0000 |
commit | 7b82d72fb6b4f0a96cb0a0523e516e8c9ba26926 (patch) | |
tree | 6afae4bbc40ddd8deed213ce7fe4e47996739052 /graphics | |
parent | 3762f419ce5f579cb9153f3929a20375c98005a8 (diff) | |
download | pkgsrc-7b82d72fb6b4f0a96cb0a0523e516e8c9ba26926.tar.gz |
Mark as not for bulk building on HPUX
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/rayshade/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 9f9e9b0ef4c..cc9fb289083 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/03/04 15:39:10 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2008/05/26 23:28:53 tnn Exp $ DISTNAME= rayshade.4.0 PKGNAME= rayshade-4.0 @@ -12,6 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Extensible system for creating ray-traced images PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_BULK_PLATFORM= HPUX-*-* HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure |