pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/rayshade Convert to bl3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/64509ef28482
branches:  trunk
changeset: 491846:64509ef28482
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Mar 30 20:21:03 2005 +0000

description:
Convert to bl3.

diffstat:

 graphics/rayshade/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r e09dbbdf928f -r 64509ef28482 graphics/rayshade/Makefile
--- a/graphics/rayshade/Makefile        Wed Mar 30 20:20:57 2005 +0000
+++ b/graphics/rayshade/Makefile        Wed Mar 30 20:21:03 2005 +0000
@@ -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 @@
 MAINTAINER=     tech-pkg%NetBSD.org@localhost
 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 @@
        ${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"



Home | Main Index | Thread Index | Old Index