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 /devel/netcdf | |
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 'devel/netcdf')
-rw-r--r-- | devel/netcdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/netcdf/Makefile b/devel/netcdf/Makefile index 74a0356a3a3..6be5f4588bd 100644 --- a/devel/netcdf/Makefile +++ b/devel/netcdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2009/12/03 13:06:52 asau Exp $ +# $NetBSD: Makefile,v 1.30 2010/07/30 10:36:24 asau Exp $ DISTNAME= netcdf-3.6.0-p1 PKGNAME= netcdf-3.6.0p1 @@ -13,7 +13,7 @@ COMMENT= Library for array-oriented data access PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_LANGUAGES= c c++ fortran +USE_LANGUAGES= c c++ fortran77 USE_LIBTOOL= yes GNU_CONFIGURE= yes MAKE_FLAGS+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR} \ |