svn commit: r566495 - head/math/octave-forge-nurbs

Stephen Montgomery-Smith stephen at FreeBSD.org
Wed Feb 24 18:12:59 UTC 2021


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}


More information about the svn-ports-all mailing list