aboutsummaryrefslogtreecommitdiff
path: root/science/gnudatalanguage
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/gnudatalanguage
parentb7c8fa81388270a1207e4ec93400bd6fb46f9e0f (diff)
downloadports-095fbe3e1ac5c36839609020469db604066f1593.tar.gz
ports-095fbe3e1ac5c36839609020469db604066f1593.zip
Notes
Diffstat (limited to 'science/gnudatalanguage')
-rw-r--r--science/gnudatalanguage/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/science/gnudatalanguage/Makefile b/science/gnudatalanguage/Makefile
index c25ef99e7da2..cf0fabbecc1d 100644
--- a/science/gnudatalanguage/Makefile
+++ b/science/gnudatalanguage/Makefile
@@ -3,7 +3,7 @@
PORTNAME= gnudatalanguage
DISTVERSION= 0.9.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= science lang
MASTER_SITES= SF/${PORTNAME}/gdl/${DISTVERSION}
.if defined(BUILD_PYTHON_MODULE)
@@ -16,8 +16,6 @@ COMMENT?= GDL, a free IDL compatible incremental compiler
LICENSE= GPLv2
-#NO_STAGE= yes
-
#---------------------------------------------------------------------------
# You may define these options:
#
@@ -72,7 +70,7 @@ CMAKE_ARGS+= -DGRAPHICSMAGICK:BOOL=NO
.endif
.if !defined(WITHOUT_HDF5)
-LIB_DEPENDS+= libhdf5.so.7:${PORTSDIR}/science/hdf5-18
+LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5
CMAKE_ARGS+= -DHDF5:BOOL=YES
.else
CMAKE_ARGS+= -DHDF5:BOOL=NO