aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-nurbs/Makefile
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-05-15 14:15:27 +0000
committerEd Maste <emaste@FreeBSD.org>2015-05-15 14:15:27 +0000
commit95689288feac5c15c48f9e2cbec82444d8e0e4a5 (patch)
treeb7e0ae0cf3a625996867f76289b3951ebf85154e /math/octave-forge-nurbs/Makefile
parent0d3b26e6a958ab37c27212253d03a3942763f04d (diff)
downloadports-95689288feac5c15c48f9e2cbec82444d8e0e4a5.tar.gz
ports-95689288feac5c15c48f9e2cbec82444d8e0e4a5.zip
octave-forge-nurbs: require an OpenMP compiler
PR: 200192 Submitted by: pfg Approved by: stephen, xmj
Notes
Notes: svn path=/head/; revision=386408
Diffstat (limited to 'math/octave-forge-nurbs/Makefile')
-rw-r--r--math/octave-forge-nurbs/Makefile2
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}