diff options
author | Ed Maste <emaste@FreeBSD.org> | 2015-05-15 14:15:27 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2015-05-15 14:15:27 +0000 |
commit | 95689288feac5c15c48f9e2cbec82444d8e0e4a5 (patch) | |
tree | b7e0ae0cf3a625996867f76289b3951ebf85154e /math/octave-forge-nurbs | |
parent | 0d3b26e6a958ab37c27212253d03a3942763f04d (diff) |
Notes
Diffstat (limited to 'math/octave-forge-nurbs')
-rw-r--r-- | math/octave-forge-nurbs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-nurbs/Makefile b/math/octave-forge-nurbs/Makefile index d23b0228aeea..a66421a30368 100644 --- a/math/octave-forge-nurbs/Makefile +++ b/math/octave-forge-nurbs/Makefile @@ -11,6 +11,8 @@ 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= ${OCTAVE_PKGNAME} |