diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-13 11:11:52 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-13 11:11:52 +0000 |
commit | 296e09b1fbe0eda37c09f4ead7834f7f71bec9d3 (patch) | |
tree | 96adb2e1934afad6f6b54e4cef3b9a4434c82815 /science/hdf5 | |
parent | 6a2062e75280282162d50df5d939feda36f1f6dd (diff) | |
download | ports-296e09b1fbe0eda37c09f4ead7834f7f71bec9d3.tar.gz ports-296e09b1fbe0eda37c09f4ead7834f7f71bec9d3.zip |
Notes
Diffstat (limited to 'science/hdf5')
-rw-r--r-- | science/hdf5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 04f3d657d7f8..c629f78b5f63 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -3,6 +3,7 @@ PORTNAME= hdf5 PORTVERSION= 1.8.15 +DISTVERSIONSUFFIX= -patch1 PORTREVISION= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ @@ -10,7 +11,6 @@ MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \ http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \ ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/ \ LOCAL/sunpoet -DISTNAME= ${PORTNAME}-${PORTVERSION}-patch1 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Hierarchical Data Format library (from NCSA) @@ -19,6 +19,8 @@ LICENSE= BSD4CLAUSE CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* +PORTSCOUT= skipv:1.8.15-patch1 + OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP OPTIONS_DEFAULT=SZIP OPTIONS_SUB= yes |