diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-10-21 23:47:31 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-10-21 23:47:31 (GMT) |
commit | abf69fa8a9869b12fab1538b851446400db81df0 (patch) | |
tree | 1b91003583c42f6046d17c31286318d360a36abe /src/netcdf.mk | |
parent | 14686344287573ec3f747d341743e47143dc4fd6 (diff) | |
download | mxe-abf69fa8a9869b12fab1538b851446400db81df0.zip mxe-abf69fa8a9869b12fab1538b851446400db81df0.tar.gz mxe-abf69fa8a9869b12fab1538b851446400db81df0.tar.bz2 |
netcdf: Add portablexdr as a dependency
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/netcdf.mk')
-rw-r--r-- | src/netcdf.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/netcdf.mk b/src/netcdf.mk index 5223e20..7a87fb2 100644 --- a/src/netcdf.mk +++ b/src/netcdf.mk @@ -8,7 +8,7 @@ $(PKG)_CHECKSUM := 246e4963e66e1c175563cc9a714e9da0a19b8b07 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://www.unidata.ucar.edu/downloads/netcdf/ftp/$($(PKG)_FILE) -$(PKG)_DEPS := gcc curl zlib hdf4 hdf5 +$(PKG)_DEPS := gcc curl hdf4 hdf5 portablexdr zlib define $(PKG)_UPDATE $(WGET) -q -O- 'http://www.unidata.ucar.edu/downloads/netcdf/index.jsp' | \ |