diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-11-23 22:04:26 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-11-23 22:04:26 +0000 |
commit | 0d62d414aab81f0c04ec51f218b4c5e0dc05289c (patch) | |
tree | c340196b258a025fa5ef0ad477332f2bdf2f6c00 /devel | |
parent | 9c0cbc95437708ceaa2e26cb7a3a2f4386978a6a (diff) | |
download | pkgsrc-0d62d414aab81f0c04ec51f218b4c5e0dc05289c.tar.gz |
add USE_FORTRAN for selection of the fortran compiler
Diffstat (limited to 'devel')
-rw-r--r-- | devel/netcdf/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/netcdf/Makefile b/devel/netcdf/Makefile index dd1c9fb1966..af0207f7735 100644 --- a/devel/netcdf/Makefile +++ b/devel/netcdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/05 03:56:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1999/11/23 22:04:26 dmcmahill Exp $ # DISTNAME= netcdf-3.4 @@ -11,12 +11,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.unidata.ucar.edu/packages/netcdf/index.html -.if ! exists(/usr/bin/fort77) -DEPENDS+= fort77-1.14a:../../lang/fort77 -.endif - CONFIGURE_ENV+= CPPFLAGS="-Df2cFortran -Dunix" +USE_FORTRAN= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes |