diff options
author | asau <asau> | 2009-12-03 13:06:51 +0000 |
---|---|---|
committer | asau <asau> | 2009-12-03 13:06:51 +0000 |
commit | cf7bcb3074088e0d140d48629c7c6991727ead96 (patch) | |
tree | 51d08c3a3bdd007a71879139b58313239a444aed /math/lapack | |
parent | 717f5fc6c9db0357714762bb2de8edac4d068a7a (diff) | |
download | pkgsrc-cf7bcb3074088e0d140d48629c7c6991727ead96.tar.gz |
Follow f2c/libf2c split: bump revision of all packages
that list Fortran in used languages.
Diffstat (limited to 'math/lapack')
-rw-r--r-- | math/lapack/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack/Makefile b/math/lapack/Makefile index db2c4a1be95..524b60f0619 100644 --- a/math/lapack/Makefile +++ b/math/lapack/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2009/10/20 14:00:23 tnn Exp $ +# $NetBSD: Makefile,v 1.29 2009/12/03 13:06:54 asau Exp $ DISTNAME= lapack-lite-3.1.1 PKGNAME= lapack-3.1.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_NETLIB:=lapack/} EXTRACT_SUFX= .tgz |