diff options
Diffstat (limited to 'devel/ittapi/Makefile')
-rw-r--r-- | devel/ittapi/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/ittapi/Makefile b/devel/ittapi/Makefile index 16807aa582a6..ec613b28a3f7 100644 --- a/devel/ittapi/Makefile +++ b/devel/ittapi/Makefile @@ -1,9 +1,9 @@ PORTNAME= ittapi -PORTVERSION= 3.25.5 +PORTVERSION= 3.26.1 DISTVERSIONPREFIX= v CATEGORIES= devel -MAINTAINER= thierry@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Instrumentation and Tracing Technology and Just-In-Time API WWW= https://github.com/intel/ittapi @@ -15,12 +15,12 @@ LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSES/GPL-2.0-only.txt ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= invokes x86 assembly -USE_GITHUB= yes -GH_ACCOUNT= intel - USES= cmake CMAKE_ARGS= -DITT_API_IPT_SUPPORT:BOOL=ON +USE_GITHUB= yes +GH_ACCOUNT= intel + # Note: Rust support is not yet enabled in this port OPTIONS_DEFINE= FORTRAN FORTRAN_CMAKE_BOOL= ITT_API_FORTRAN_SUPPORT |