diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-06-22 02:15:50 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2015-06-22 02:15:50 +0000 |
commit | 1f14810bb0bcbe3e035c00c8ceb5553d7ddd5163 (patch) | |
tree | 271ab67f406311d70b161ade24ee0cd408a06d97 /math/octave-forge-interval | |
parent | 98c90f8f31d7967c0351318b99c0ca2398349d8d (diff) | |
download | ports-1f14810bb0bcbe3e035c00c8ceb5553d7ddd5163.tar.gz ports-1f14810bb0bcbe3e035c00c8ceb5553d7ddd5163.zip |
Notes
Diffstat (limited to 'math/octave-forge-interval')
-rw-r--r-- | math/octave-forge-interval/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/math/octave-forge-interval/Makefile b/math/octave-forge-interval/Makefile index 07bc1267c42f..61a92e224f36 100644 --- a/math/octave-forge-interval/Makefile +++ b/math/octave-forge-interval/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr -USES= compiler:c++11-lang +USES= compiler:openmp # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. @@ -27,10 +27,4 @@ post-build: ${RM} -f ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 1000000 -BROKEN= Doesn't build on FreeBSD 9 or older -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |