summaryrefslogtreecommitdiff
path: root/graphics/rayshade
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-03-30 20:21:03 +0000
committerwiz <wiz@pkgsrc.org>2005-03-30 20:21:03 +0000
commit224d515683fc528328f8b1c73f72b31aa7dd5a17 (patch)
tree53dc816603c4d8d078df5db2525738e7454e533d /graphics/rayshade
parent4078d3d523daabe82081bffc7390a7f62e6148ed (diff)
downloadpkgsrc-224d515683fc528328f8b1c73f72b31aa7dd5a17.tar.gz
Convert to bl3.
Diffstat (limited to 'graphics/rayshade')
-rw-r--r--graphics/rayshade/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile
index 8843e8b0393..58fb5ccdf27 100644
--- a/graphics/rayshade/Makefile
+++ b/graphics/rayshade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/03/24 21:12:55 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2005/03/30 20:21:03 wiz Exp $
DISTNAME= rayshade.4.0
PKGNAME= rayshade-4.0
@@ -11,8 +11,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Extensible system for creating ray-traced images
-DEPENDS+= urt>=3.1b1nb1:../../graphics/urt
-
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= ./Configure
CONFIGURE_ARGS+= < ${WRKDIR}/config.ans
@@ -36,4 +34,5 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/rayshade
${INSTALL_DATA} ${WRKSRC}/Examples/* ${PREFIX}/share/examples/rayshade
+.include "../../graphics/urt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"