diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2013-09-19 14:31:17 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2013-09-19 14:31:17 +0000 |
commit | 97b501395d17a7144e4e939293b1aa00f52a05a2 (patch) | |
tree | 9c7f23eb635a622d4fbfae7407338d5acaa3937e /science/cgnslib | |
parent | - Convert USE_TCL to USES=tcl (diff) |
Convert to the new Uses/tk.mk.
Notes
Notes:
svn path=/head/; revision=327626
Diffstat (limited to 'science/cgnslib')
-rw-r--r-- | science/cgnslib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/cgnslib/Makefile b/science/cgnslib/Makefile index 3715f7868365..d9ed155b4657 100644 --- a/science/cgnslib/Makefile +++ b/science/cgnslib/Makefile @@ -31,7 +31,7 @@ OPTIONS_DEFAULT=HDF5 TESTS TOOLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MHDF5} -LIB_DEPENDS+= hdf5.7:${PORTSDIR}/science/hdf5-18 +LIB_DEPENDS+= libhdf5.so.7:${PORTSDIR}/science/hdf5-18 CMAKE_ARGS+= -DENABLE_HDF5:BOOL=TRUE -DHDF5_NEED_ZLIB:BOOL=TRUE \ -DHDF5_INCLUDE_PATH:PATH="${LOCALBASE}/include" PLIST_SUB= HDF5="" @@ -50,7 +50,7 @@ TESTSBIN= cgwrite cgread test_partial .endif .if ${PORT_OPTIONS:MTOOLS} -USE_TK= yes +USES+= tk USE_GL= gl glu USE_XORG= xmu CMAKE_ARGS+= -DBUILD_CGNSTOOLS:BOOL=TRUE \ |