diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2019-02-05 21:48:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2019-02-05 21:48:20 +0800 |
commit | b73a2a6a56e8279819c169aa5e113d16cf76be39 (patch) | |
tree | c548abbefdb2950cfd5c3cdf61614b0e08addcd8 /science/cdo | |
parent | 3538151676d21b780d0084c2d2cb723125ce5826 (diff) | |
download | freebsd-ports-gnome-b73a2a6a56e8279819c169aa5e113d16cf76be39.tar.gz freebsd-ports-gnome-b73a2a6a56e8279819c169aa5e113d16cf76be39.tar.zst freebsd-ports-gnome-b73a2a6a56e8279819c169aa5e113d16cf76be39.zip |
Update PORTSCOUT
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 17ecbc0488cf..a2ce3231d78e 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -22,7 +22,9 @@ HDF5_IMPLIES= SZIP NETCDF_IMPLIES= HDF5 UUID_DESC= UUID support -PORTSCOUT= site:https://code.zmaw.de/projects/cdo/files +PORTSCOUT= site:https://code.mpimet.mpg.de/projects/cdo/files + +USES= compiler:c++11-lib gmake libtool localbase pathfix CONFIGURE_ARGS= --disable-data \ --disable-extra \ @@ -37,7 +39,6 @@ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes TEST_TARGET= check -USES= compiler:c++11-lib gmake libtool localbase pathfix USE_CXXSTD= c++11 USE_LDCONFIG= yes |