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 | |
parent | 4da8416bca9589fc201792aae779012540dbb7bc (diff) | |
download | pkgsrc-a78de6776f43fd5ca648163eecd5cd8119bcc863.tar.gz |
Convert to buildlink3.
-rw-r--r-- | math/mtl/Makefile | 4 | ||||
-rw-r--r-- | math/py-fpconst/Makefile | 4 |
2 files changed, 4 insertions, 4 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 diff --git a/math/py-fpconst/Makefile b/math/py-fpconst/Makefile index 1317e102597..657b447adb6 100644 --- a/math/py-fpconst/Makefile +++ b/math/py-fpconst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/24 10:56:27 recht Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/24 04:51:07 snj Exp $ # DISTNAME= fpconst-0.6.0 @@ -10,7 +10,7 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.analytics.washington.edu/Zope/projects/fpconst/ COMMENT= IEEE 754 floating point special handling for Python -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" |