summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-24 14:57:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-12-24 14:57:10 +0000
commit3a650d62150059bf4588079c60774da088bd4b5f (patch)
tree1ca467af8ffc82b58db87e89829ad78efa0493c8 /lang
parent- Add upstream patch to avoid kqueue descriptor loss on daemonization, which ... (diff)
- Does not build on FreeBSD 9.x
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=429361
Diffstat (limited to 'lang')
-rw-r--r--lang/julia/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/julia/Makefile b/lang/julia/Makefile
index e00c6bcb9d5d..975decb8a04b 100644
--- a/lang/julia/Makefile
+++ b/lang/julia/Makefile
@@ -25,7 +25,9 @@ BUILD_DEPENDS= llvm-config38:devel/llvm38 \
ONLY_FOR_ARCHS= amd64
-USES= gmake compiler:c++11-lib fortran
+BROKEN_FreeBSD_9= does not build (fatal error: 'cmath' file not found)
+
+USES= gmake compiler:c++11-lib fortran
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}