summaryrefslogtreecommitdiff
path: root/devel/hs-language-javascript/Makefile
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2018-02-10 08:03:22 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2018-02-10 08:03:22 +0000
commit932e6dc413857ca66802dc4fbe28f5477d4abc11 (patch)
tree595a1c21749cc18bad532e9f0d057b340bc9d7c3 /devel/hs-language-javascript/Makefile
parentdatabases/sqlcipher: update 3.4.1 -> 3.4.2 to fix build with libressl (diff)
Switch C compiler used to compile GHC to base Clang.
This removes build dependency on gcc and runtime dependency on gcc's runtime libraries. Big thanks to Gleb for working on this. PR: 225185 Submitted by: Gleb Popov <6yearold@gmail.com> Exp-run by: antoine Reviewed by: pgj Differential Revision: https://reviews.freebsd.org/D12043
Notes
Notes: svn path=/head/; revision=461362
Diffstat (limited to 'devel/hs-language-javascript/Makefile')
-rw-r--r--devel/hs-language-javascript/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/hs-language-javascript/Makefile b/devel/hs-language-javascript/Makefile
index b55dd42617cf..a32ac3eb2459 100644
--- a/devel/hs-language-javascript/Makefile
+++ b/devel/hs-language-javascript/Makefile
@@ -2,6 +2,7 @@
PORTNAME= language-javascript
PORTVERSION= 0.6.0.10
+PORTREVISION= 1
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org