svn commit: r413812 - head/science/hdf5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 23 06:46:57 UTC 2016


Author: sunpoet
Date: Sat Apr 23 06:46:55 2016
New Revision: 413812
URL: https://svnweb.freebsd.org/changeset/ports/413812

Log:
  - Fix build with 1.8.x installed

Modified:
  head/science/hdf5/Makefile

Modified: head/science/hdf5/Makefile
==============================================================================
--- head/science/hdf5/Makefile	Sat Apr 23 06:46:51 2016	(r413811)
+++ head/science/hdf5/Makefile	Sat Apr 23 06:46:55 2016	(r413812)
@@ -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=	*
 


More information about the svn-ports-all mailing list