diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:21:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-20 04:21:05 +0800 |
commit | 579c7e3de1a78ede0de8959df8208bd6e92e6b89 (patch) | |
tree | 67ab3c36fdd61ba611c8425f52f4fb8e7192cda6 /science | |
parent | d243159bf4ef50d3366a906f7507cea5b8904192 (diff) | |
download | freebsd-ports-gnome-579c7e3de1a78ede0de8959df8208bd6e92e6b89.tar.gz freebsd-ports-gnome-579c7e3de1a78ede0de8959df8208bd6e92e6b89.tar.zst freebsd-ports-gnome-579c7e3de1a78ede0de8959df8208bd6e92e6b89.zip |
- Use USES=localbase
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf-fortran/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/science/netcdf-fortran/Makefile b/science/netcdf-fortran/Makefile index 5a2a4e1287f3..6303ed1f05cb 100644 --- a/science/netcdf-fortran/Makefile +++ b/science/netcdf-fortran/Makefile @@ -13,14 +13,13 @@ LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf CONFLICTS= netcdf-ftn-[0-9]* netcdf3-ftn-[0-9]* -CPPFLAGS+= -I${LOCALBASE}/include -fPIC -DPIC -DgFortran +CPPFLAGS+= -fPIC -DPIC -DgFortran GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MAKEINFOFLAGS=--no-split MAKE_JOBS_UNSAFE= yes TEST_TARGET= check USE_LDCONFIG= yes -USES= fortran libtool makeinfo pathfix +USES= fortran libtool localbase makeinfo pathfix GH_ACCOUNT= Unidata USE_GITHUB= yes |