diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-15 05:40:13 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-01-15 05:40:13 +0000 |
commit | a15e60cfd1b65b694d284d53fbb173a737536018 (patch) | |
tree | e46cb547797d73d0169b021f90ff957bb69b7a34 /science | |
parent | dfe7f17f6e95e0d16300af74d197a132179bea0c (diff) | |
download | ports-a15e60cfd1b65b694d284d53fbb173a737536018.tar.gz ports-a15e60cfd1b65b694d284d53fbb173a737536018.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5-18/Makefile | 2 | ||||
-rw-r--r-- | science/hdf5/Makefile | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile index 940ef08a8561..58b4096d6ffa 100644 --- a/science/hdf5-18/Makefile +++ b/science/hdf5-18/Makefile @@ -15,8 +15,6 @@ COMMENT= Hierarchical Data Format library (from NCSA) 1.8 LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_sparc64= Does not compile on ${ARCH} - OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP USES= libtool:keepla localbase tar:bzip2 diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index ce7709cf18b5..a9153f3b92cf 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -18,9 +18,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6.[0-9]* -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON= does not compile - OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP OPTIONS_DEFAULT=SZIP OPTIONS_SUB= yes |