summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 21:39:05 +0000
committersnj <snj@pkgsrc.org>2004-04-25 21:39:05 +0000
commit174bf3edcd63533ed1cd2f6686dee12466d911c9 (patch)
tree68bb6c3dc584bbbdf8a6d280d3904bd66d625b4e /math
parent8e10678c945b24b7b72e7e54605301b0794929bf (diff)
downloadpkgsrc-174bf3edcd63533ed1cd2f6686dee12466d911c9.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"