diff options
author | snj <snj@pkgsrc.org> | 2004-04-24 04:47:04 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-24 04:47:04 +0000 |
commit | a78de6776f43fd5ca648163eecd5cd8119bcc863 (patch) | |
tree | 32912381bc118e7202d4b74f08bbf8762ecf8881 /math/mtl/Makefile | |
parent | 4da8416bca9589fc201792aae779012540dbb7bc (diff) | |
download | pkgsrc-a78de6776f43fd5ca648163eecd5cd8119bcc863.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 |