aboutsummaryrefslogtreecommitdiff
path: root/science/h5utils
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 00:55:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-05-03 00:55:30 +0000
commit095fbe3e1ac5c36839609020469db604066f1593 (patch)
tree0a69cd254580d4d21a13477bb17d8668bd96aeaa /science/h5utils
parentb7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff)
downloadports-095fbe3e1ac5c36839609020469db604066f1593.tar.gz
ports-095fbe3e1ac5c36839609020469db604066f1593.zip
Notes
Diffstat (limited to 'science/h5utils')
-rw-r--r--science/h5utils/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/science/h5utils/Makefile b/science/h5utils/Makefile
index dc10ea1afc0d..c1196c898983 100644
--- a/science/h5utils/Makefile
+++ b/science/h5utils/Makefile
@@ -3,7 +3,7 @@
PORTNAME= h5utils
PORTVERSION= 1.12.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science
MASTER_SITES= http://ab-initio.mit.edu/${PORTNAME}/
@@ -21,9 +21,9 @@ CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include \
-I${LOCALBASE}/include/libpng15 ${PTHREAD_LIBS}
BUILD_DEPENDS+= gawk:${PORTSDIR}/lang/gawk
-LIB_DEPENDS += hdf5:${PORTSDIR}/science/hdf5 \
- png15:${PORTSDIR}/graphics/png \
- matheval.1:${PORTSDIR}/devel/libmatheval
+LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5 \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libmatheval.so:${PORTSDIR}/devel/libmatheval
NO_STAGE= yes
.include <bsd.port.mk>