aboutsummaryrefslogtreecommitdiff
path: root/graphics/opendx
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:05:11 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-16 08:05:11 +0000
commit06af334ab9027f9aaad087ad2a4f1e684dc5cec7 (patch)
tree8565138a516db94da31b12ab4e904d78eae496cc /graphics/opendx
parent51a8fd3777120b02785a4df2630c2b70a3dbdf13 (diff)
downloadports-06af334ab9027f9aaad087ad2a4f1e684dc5cec7.tar.gz
ports-06af334ab9027f9aaad087ad2a4f1e684dc5cec7.zip
Fix non default LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=362048
Diffstat (limited to 'graphics/opendx')
-rw-r--r--graphics/opendx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile
index c70a7af50a36..b696087c3a5b 100644
--- a/graphics/opendx/Makefile
+++ b/graphics/opendx/Makefile
@@ -35,7 +35,7 @@ IGNORE= HDF and NETCDF are conflicting
.endif
.if defined(WITH_HDF)
-LIB_DEPENDS+= mfhdf:${PORTSDIR}/science/hdf
+LIB_DEPENDS+= libmfhdf.so:${PORTSDIR}/science/hdf
.else
CONFIGURE_ARGS+= --without-hdf
.endif