diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 00:55:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-03 00:55:30 +0000 |
commit | 095fbe3e1ac5c36839609020469db604066f1593 (patch) | |
tree | 0a69cd254580d4d21a13477bb17d8668bd96aeaa /science/hdf-java | |
parent | b7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff) |
Notes
Diffstat (limited to 'science/hdf-java')
-rw-r--r-- | science/hdf-java/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/hdf-java/Makefile b/science/hdf-java/Makefile index 2e6652d48480..f965fc2b8c9b 100644 --- a/science/hdf-java/Makefile +++ b/science/hdf-java/Makefile @@ -3,6 +3,7 @@ PORTNAME= hdf-java PORTVERSION= 2.10 +PORTREVISION= 1 CATEGORIES= science java MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/releases/HDF-JAVA/hdf-java-${PORTVERSION}/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -10,7 +11,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= ports@FreeBSD.org COMMENT= Java interface to HDF5 -LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5-18 \ +LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 \ libjpeg.so:${PORTSDIR}/graphics/jpeg USE_JAVA= yes @@ -33,7 +34,7 @@ CONFIGURE_ARGS= --with-jdk=${JAVA_HOME}/include,${JAVA_HOME}/jre/lib/ \ USE_LDCONFIG= yes OPTIONS_DEFINE= SZIP DOCS -SZIP_DESC= SZIP support (must match with science/hdf5-18) +SZIP_DESC= SZIP support (must match with science/hdf5) .include <bsd.port.options.mk> |