summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 21:39:05 +0000
committersnj <snj>2004-04-25 21:39:05 +0000
commit7fb79d616460850b7a2be013e942a3eb75db9484 (patch)
tree68bb6c3dc584bbbdf8a6d280d3904bd66d625b4e /math
parent44d06027e6b5f9cb7520f49d80c76ade1fb85d75 (diff)
downloadpkgsrc-7fb79d616460850b7a2be013e942a3eb75db9484.tar.gz
Convert to buildlink3. Impossible to test this, since it's been broken
for months.
Diffstat (limited to 'math')
-rw-r--r--math/rlab/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/rlab/Makefile b/math/rlab/Makefile
index 9e0bb290a41..eb58bb30b8a 100644
--- a/math/rlab/Makefile
+++ b/math/rlab/Makefile
@@ -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 @@ COMMENT= Matrix oriented, interactive programming environment
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 @@ post-install:
${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"