diff options
author | snj <snj> | 2004-04-25 21:39:05 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-25 21:39:05 +0000 |
commit | f3b85b152f6f65027cbc6d3d72df763e132f47b1 (patch) | |
tree | 68bb6c3dc584bbbdf8a6d280d3904bd66d625b4e /math/rlab | |
parent | a6edd19d6869a9b953dadc12ea974c8d43c36af4 (diff) | |
download | pkgsrc-f3b85b152f6f65027cbc6d3d72df763e132f47b1.tar.gz |
Convert to buildlink3. Impossible to test this, since it's been broken
for months.
Diffstat (limited to 'math/rlab')
-rw-r--r-- | math/rlab/Makefile | 10 |
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" |