summaryrefslogtreecommitdiff
path: root/science/hdf5-18
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-03-28 12:52:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-03-28 12:52:00 +0000
commitd09cd0085e3148bf186ca571c84d19f012903339 (patch)
tree7b1fd29076b6f06ae60da8012fef30e295baadbd /science/hdf5-18
parent890f68673194e82b3135a57b74b5afd98a1d0feb (diff)
downloadfreebsd-ports-d09cd0085e3148bf186ca571c84d19f012903339.zip
- USE_BZIP2 -> USES=tar:bzip2
- Use new LIB_DEPENDS syntax Approved by: portmgr (blanket)
Diffstat (limited to 'science/hdf5-18')
-rw-r--r--science/hdf5-18/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/science/hdf5-18/Makefile b/science/hdf5-18/Makefile
index 5510fb16ef74..7a19fcdbb125 100644
--- a/science/hdf5-18/Makefile
+++ b/science/hdf5-18/Makefile
@@ -19,8 +19,7 @@ OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP
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