diff options
author | asau <asau@pkgsrc.org> | 2010-07-30 10:36:22 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-07-30 10:36:22 +0000 |
commit | 8756d19398c644e5cacae9ea605bfce473f10145 (patch) | |
tree | 9f7734513e2d968f288c2b10b0ff2f2a7f44cc5a /geography | |
parent | de169f8ca1eb5c95d3c272a677d668dbf77dcdb0 (diff) | |
download | pkgsrc-8756d19398c644e5cacae9ea605bfce473f10145.tar.gz |
"fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gdal-lib/Makefile | 4 | ||||
-rw-r--r-- | geography/vis5d+/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 5e2c616284a..bff2e8ee364 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2010/06/13 22:44:25 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2010/07/30 10:36:24 asau Exp $ DISTNAME= gdal-1.7.1 PKGNAME= gdal-lib-1.7.1 @@ -12,7 +12,7 @@ COMMENT= Translator library for raster geospatial data formats PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++ fortran77 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake diff --git a/geography/vis5d+/Makefile b/geography/vis5d+/Makefile index a0bb0c39d3d..2833951d420 100644 --- a/geography/vis5d+/Makefile +++ b/geography/vis5d+/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/12/03 13:06:52 asau Exp $ +# $NetBSD: Makefile,v 1.16 2010/07/30 10:36:24 asau Exp $ # DISTNAME= vis5d+-1.2.1 @@ -12,7 +12,7 @@ COMMENT= Volumetric Visualization program for scientific datasets PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++ fortran77 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt |