diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:05:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:05:11 +0000 |
commit | 06af334ab9027f9aaad087ad2a4f1e684dc5cec7 (patch) | |
tree | 8565138a516db94da31b12ab4e904d78eae496cc /graphics/opendx | |
parent | Fix non default LIB_DEPENDS (diff) |
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/Makefile | 2 |
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 |