diff options
author | asau <asau@pkgsrc.org> | 2010-12-27 07:53:50 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2010-12-27 07:53:50 +0000 |
commit | cba8307edee385141f196b00254a16907954adc5 (patch) | |
tree | a367c38d92534209a5af6f70af0d60e30e423ecc /geography | |
parent | 700e0442419a7a327ea4cc815a49e333d6f5e53f (diff) | |
download | pkgsrc-cba8307edee385141f196b00254a16907954adc5.tar.gz |
This packages uses Fortran-77.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gdal-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index cd79a9e18f4..9314f3f9a53 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2010/11/15 13:38:31 adam Exp $ +# $NetBSD: Makefile,v 1.32 2010/12/27 07:53:50 asau Exp $ DISTNAME= gdal-1.7.3 PKGNAME= gdal-lib-1.7.3 @@ -12,7 +12,7 @@ LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++ fortran77 USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= gmake |