Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/devel/netcdf/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/devel/netcdf/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.2 retrieving revision 1.9 diff -u -p -r1.2 -r1.9 --- pkgsrc/devel/netcdf/Makefile 1999/04/05 03:56:33 1.2 +++ pkgsrc/devel/netcdf/Makefile 2002/09/10 10:46:41 1.9 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/04/05 03:56:33 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2002/09/10 10:46:41 jlam Exp $ # DISTNAME= netcdf-3.4 @@ -10,14 +10,12 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.unidata.ucar.edu/packages/netcdf/index.html +COMMENT= Library for array-oriented data access -.if ! exists(/usr/bin/fort77) -DEPENDS+= fort77-1.14a:../../lang/fort77 -.endif - -CONFIGURE_ENV+= CPPFLAGS="-Df2cFortran -Dunix" - -USE_LIBTOOL= yes -GNU_CONFIGURE= yes +USE_BUILDLINK2= # defined +USE_FORTRAN= # defined +USE_LIBTOOL= # defined +GNU_CONFIGURE= # defined +CPPFLAGS+= -Df2cFortran -Dunix .include "../../mk/bsd.pkg.mk"