svn commit: r349414 - head/science/hdf5-18

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 28 12:52:00 UTC 2014


Author: amdmi3
Date: Fri Mar 28 12:52:00 2014
New Revision: 349414
URL: http://svnweb.freebsd.org/changeset/ports/349414
QAT: https://qat.redports.org/buildarchive/r349414/

Log:
  - USE_BZIP2 -> USES=tar:bzip2
  - Use new LIB_DEPENDS syntax
  
  Approved by:	portmgr (blanket)

Modified:
  head/science/hdf5-18/Makefile

Modified: head/science/hdf5-18/Makefile
==============================================================================
--- head/science/hdf5-18/Makefile	Fri Mar 28 12:25:16 2014	(r349413)
+++ head/science/hdf5-18/Makefile	Fri Mar 28 12:52:00 2014	(r349414)
@@ -19,8 +19,7 @@ OPTIONS_DEFINE=	DEBUG EXAMPLES FORTRAN S
 
 CONFLICTS_INSTALL=	hdf-4.[0-9]* hdf5-1.6.[0-9]*
 
-USES=		libtool
-USE_BZIP2=	yes
+USES=		libtool tar:bzip2
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-cxx \
@@ -45,7 +44,7 @@ PLIST_SUB+=	FORTRAN="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MSZIP}
-LIB_DEPENDS+=	sz:${PORTSDIR}/science/szip
+LIB_DEPENDS+=	libsz.so:${PORTSDIR}/science/szip
 CONFIGURE_ARGS+=--with-szlib=${LOCALBASE}
 .endif
 


More information about the svn-ports-head mailing list