Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Mar 2014 12:52:00 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349414 - head/science/hdf5-18
Message-ID:  <201403281252.s2SCq0XS073606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403281252.s2SCq0XS073606>