Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Feb 2021 18:12:58 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566495 - head/math/octave-forge-nurbs
Message-ID:  <202102241812.11OICwib084957@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Wed Feb 24 18:12:58 2021
New Revision: 566495
URL: https://svnweb.freebsd.org/changeset/ports/566495

Log:
  - Remove uses=compiler:openmp
  
  PR:		252379

Modified:
  head/math/octave-forge-nurbs/Makefile

Modified: head/math/octave-forge-nurbs/Makefile
==============================================================================
--- head/math/octave-forge-nurbs/Makefile	Wed Feb 24 18:10:14 2021	(r566494)
+++ head/math/octave-forge-nurbs/Makefile	Wed Feb 24 18:12:58 2021	(r566495)
@@ -12,8 +12,6 @@ COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKDIR}/${OCTSRC}/COPYING
 
-USES=		compiler:openmp
-
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
 OCTSRC=		${DISTNAME}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102241812.11OICwib084957>