diff options
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 |