diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:50:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-13 21:50:54 +0800 |
commit | 2fa3eb44a3e900b6b227241dd5f40654c456705a (patch) | |
tree | 1455bac015cdac6f13f14b2ab8447a4bbe94ee53 /science/cdo | |
parent | cabb04abd729cf8c495a6b27c033bbb0325d5838 (diff) | |
download | freebsd-ports-gnome-2fa3eb44a3e900b6b227241dd5f40654c456705a.tar.gz freebsd-ports-gnome-2fa3eb44a3e900b6b227241dd5f40654c456705a.tar.zst freebsd-ports-gnome-2fa3eb44a3e900b6b227241dd5f40654c456705a.zip |
- Add PORTSCOUT
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 5857b4ead9f8..78e14303a6a1 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -16,6 +16,8 @@ OPTIONS_DEFINE= CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS OPTIONS_DEFAULT=CGRIBEX HDF5 JASPER NETCDF PROJ SZIP UDUNITS OPTIONS_SUB= yes +PORTSCOUT= site:https://code.zmaw.de/projects/cdo/files + CONFIGURE_ARGS= --disable-cgribex \ --disable-data \ --disable-extra \ |