From ad6b1685fdb8fd97ada49f28fc564c1888388e81 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sat, 23 Dec 2006 22:22:45 +0000 Subject: - Update MASTER_SITES - Fix build with gcc 4.X PR: ports/107117 Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) --- science/netcdf/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'science/netcdf/Makefile') diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index f4b13d6b36de..0b4465af8dad 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -8,7 +8,8 @@ PORTNAME= netcdf PORTVERSION= 3.6.1 CATEGORIES= science -MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ +MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ \ + http://sunpoet.net/distfiles/ MASTER_SITE_SUBDIR= . old MAINTAINER= sunpoet@sunpoet.net @@ -18,10 +19,10 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src CONFLICTS= hdf-4.* -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-fPIC -DPIC -Df2cFortran" -INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +GNU_CONFIGURE= yes +USE_LDCONFIG= yes MAN1= ncdump.1 ncgen.1 MAN3= netcdf.3 netcdf.3f -- cgit v1.2.3