svn commit: r386408 - head/math/octave-forge-nurbs
Ed Maste
emaste at FreeBSD.org
Fri May 15 14:15:28 UTC 2015
Author: emaste (src committer)
Date: Fri May 15 14:15:27 2015
New Revision: 386408
URL: https://svnweb.freebsd.org/changeset/ports/386408
Log:
octave-forge-nurbs: require an OpenMP compiler
PR: 200192
Submitted by: pfg
Approved by: stephen, xmj
Modified:
head/math/octave-forge-nurbs/Makefile
Modified: head/math/octave-forge-nurbs/Makefile
==============================================================================
--- head/math/octave-forge-nurbs/Makefile Fri May 15 14:09:21 2015 (r386407)
+++ head/math/octave-forge-nurbs/Makefile Fri May 15 14:15:27 2015 (r386408)
@@ -11,6 +11,8 @@ COMMENT= Octave-forge package ${OCTAVE_P
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}
More information about the svn-ports-head
mailing list