Date: Thu, 19 Sep 2013 14:31:17 +0000 (UTC) From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327626 - head/science/cgnslib Message-ID: <201309191431.r8JEVHVu017331@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thierry Date: Thu Sep 19 14:31:17 2013 New Revision: 327626 URL: http://svnweb.freebsd.org/changeset/ports/327626 Log: Convert to the new Uses/tk.mk. Modified: head/science/cgnslib/Makefile Modified: head/science/cgnslib/Makefile ============================================================================== --- head/science/cgnslib/Makefile Thu Sep 19 14:21:42 2013 (r327625) +++ head/science/cgnslib/Makefile Thu Sep 19 14:31:17 2013 (r327626) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309191431.r8JEVHVu017331>