diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-06 16:35:32 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-06 16:35:32 +0000 |
commit | 7ca0b3fdac570a6a11110395c9c3f21613a2cfbb (patch) | |
tree | a9ebd7662867e86d3ac6d63ca27b61651509f53b /science/netcdf/Makefile | |
parent | 65a813492bbce5a0acecc826f55d70dc1302a582 (diff) |
- Add USES=libtool to fix linker problem on FreeBSD/i386 8.x and
FreeBSD/ia64 (binutils too old).
- Staging.
PR: ports/186946
Approved by: sunpoet (maintainer)
Notes
Notes:
svn path=/head/; revision=347269
Diffstat (limited to 'science/netcdf/Makefile')
-rw-r--r-- | science/netcdf/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index b09b6d06cc23..636b6d93a560 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= netcdf PORTVERSION= 3.6.3 -PORTREVISION?= 5 +PORTREVISION?= 6 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ @@ -19,17 +19,15 @@ PORTSCOUT= limit:^3\. CONFIGURE_ARGS= --enable-shared CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC GNU_CONFIGURE= yes +USES= libtool USE_LDCONFIG= yes INFO= netcdf netcdf-c netcdf-cxx netcdf-f77 netcdf-f90 \ netcdf-install netcdf-tutorial -MAN1= ncdump.1 ncgen.1 -MAN3= netcdf.3 OPTIONS_DEFINE= FORTRAN DOCS FORTRAN_DESC= Build library for Fortran -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} @@ -41,7 +39,6 @@ CONFIGURE_ARGS+=--disable-docs-install .if ${PORT_OPTIONS:MFORTRAN} CPPFLAGS+= -DpgiFortran CONFLICTS+= netcdf-3.* -MAN3+= netcdf_f77.3 netcdf_f90.3 PLIST_SUB+= FORTRAN="" USES+= fortran .else |