diff options
author | snj <snj> | 2004-04-24 04:47:04 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-24 04:47:04 +0000 |
commit | 868c748f647de3a9a5d785494d979f8922ef724a (patch) | |
tree | 32912381bc118e7202d4b74f08bbf8762ecf8881 /math/mtl/Makefile | |
parent | ce2f9616024a430b7ddd9474fca31d73d7e52757 (diff) | |
download | pkgsrc-868c748f647de3a9a5d785494d979f8922ef724a.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'math/mtl/Makefile')
-rw-r--r-- | math/mtl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mtl/Makefile b/math/mtl/Makefile index 72ea473917b..4ab44ad15f4 100644 --- a/math/mtl/Makefile +++ b/math/mtl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:47:48 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/24 04:47:04 snj Exp $ DISTNAME= mtl-2.1.2-21 CATEGORIES= math devel @@ -8,7 +8,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.osl.iu.edu/research/mtl/ COMMENT= Matrix Template Library -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes NO_BUILD= yes |