diff options
author | gerald <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2019-04-22 21:16:33 +0800 |
commit | 3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a (patch) | |
tree | 44760fb1f02ea408fa8f79bb5c9a29b881768f31 /science/hdf5/Makefile | |
parent | 1f50cac7989450824d832360c9a377ffea5cc6a4 (diff) | |
download | freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.tar.gz freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.tar.zst freebsd-ports-gnome-3a09a7a8edcfadb1b03b1d6a88dddb78d28b894a.zip |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl
Diffstat (limited to 'science/hdf5/Makefile')
-rw-r--r-- | science/hdf5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index c1f244f21f12..6a2c4107f528 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -3,6 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.10.5 +PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-${PORTVERSION:R}/${DISTNAME}/src/ \ LOCAL/sunpoet |