pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/rlab Convert to buildlink3. Impossible to test t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b8a92be8beb4
branches:  trunk
changeset: 474133:b8a92be8beb4
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 21:39:05 2004 +0000

description:
Convert to buildlink3.  Impossible to test this, since it's been broken
for months.

diffstat:

 math/rlab/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 434d2df6e03f -r b8a92be8beb4 math/rlab/Makefile
--- a/math/rlab/Makefile        Sun Apr 25 21:38:03 2004 +0000
+++ b/math/rlab/Makefile        Sun Apr 25 21:39:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/12/11 22:17:46 agc Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/25 21:39:05 snj Exp $
 
 DISTNAME=              rlab-2.1.05
 PKGREVISION=           1
@@ -11,7 +11,7 @@
 
 BROKEN=                        relies on API from older version of superlu
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         yes
 USE_FORTRAN=           yes
 CONFIGURE_ARGS+=       --enable-SUPERLU
@@ -54,7 +54,7 @@
        ${PREFIX}/share/rlab/examples
 .endif
 
-.include "../../devel/boehm-gc/buildlink2.mk"
-.include "../../devel/readline/buildlink2.mk"
-.include "../../math/superlu/buildlink2.mk"
+.include "../../devel/boehm-gc/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../math/superlu/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index