diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-07 15:39:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-06-07 15:39:07 +0000 |
commit | 5813b1ddaceccaf25e5a703a79f4fd801f3d063e (patch) | |
tree | e5383959f2c19b927767995bbbb7cfb381065e3b /science/hdf5 | |
parent | 84a42fa193fbacf2cf6e279a724f6e7cb76bb693 (diff) | |
download | ports-5813b1ddaceccaf25e5a703a79f4fd801f3d063e.tar.gz ports-5813b1ddaceccaf25e5a703a79f4fd801f3d063e.zip |
Notes
Diffstat (limited to 'science/hdf5')
-rw-r--r-- | science/hdf5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 6a17c1064467..5dc8a753acb2 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -25,8 +25,7 @@ CONFIGURE_ARGS= --enable-cxx \ --enable-hl \ --enable-instrument \ --enable-strict-format-checks \ - --with-pthread=/usr \ - --with-zlib=/usr + --with-pthread=/usr GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes |