diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-23 14:46:55 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-23 14:46:55 +0800 |
commit | 308bc87ac4e2206d5644fffc1ba32d4ad7f8bc60 (patch) | |
tree | e470384c674a9eee4e57003399208375480a2ea0 /science | |
parent | 8786e20e224dff371bb31042dadedb3f8e8f2755 (diff) | |
download | freebsd-ports-gnome-308bc87ac4e2206d5644fffc1ba32d4ad7f8bc60.tar.gz freebsd-ports-gnome-308bc87ac4e2206d5644fffc1ba32d4ad7f8bc60.tar.zst freebsd-ports-gnome-308bc87ac4e2206d5644fffc1ba32d4ad7f8bc60.zip |
- Fix build with 1.8.x installed
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index a8dbdb981970..341ec29cf8be 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -29,7 +29,7 @@ INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes TEST_TARGET= check USE_LDCONFIG= yes -USES= libtool tar:bzip2 +USES= libtool localbase tar:bzip2 PORTEXAMPLES= * |