diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2021-02-24 18:12:58 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2021-02-24 18:12:58 +0000 |
commit | 0f78ed1c1fc7675f095249bc29c76063aa254575 (patch) | |
tree | 702918268e09901d50947afe9c371097d7866c95 /math | |
parent | 87d2116332ddc2a70e00bdcf8e06fc4cfc2fb2a0 (diff) | |
download | ports-0f78ed1c1fc7675f095249bc29c76063aa254575.tar.gz ports-0f78ed1c1fc7675f095249bc29c76063aa254575.zip |
- Remove uses=compiler:openmp
PR: 252379
Notes
Notes:
svn path=/head/; revision=566495
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-nurbs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/octave-forge-nurbs/Makefile b/math/octave-forge-nurbs/Makefile index 545a4e15e46b..82bf9e1de44e 100644 --- a/math/octave-forge-nurbs/Makefile +++ b/math/octave-forge-nurbs/Makefile @@ -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} |