aboutsummaryrefslogtreecommitdiff
path: root/math/hs-Agda-stdlib
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 /math/hs-Agda-stdlib
parentf402719d42ceeaf3bc387410f9d2603bdb1a69e4 (diff)
downloadports-932e6dc413857ca66802dc4fbe28f5477d4abc11.tar.gz
ports-932e6dc413857ca66802dc4fbe28f5477d4abc11.zip
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 'math/hs-Agda-stdlib')
-rw-r--r--math/hs-Agda-stdlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/hs-Agda-stdlib/Makefile b/math/hs-Agda-stdlib/Makefile
index 2a2923c4d023..56c747eadcdf 100644
--- a/math/hs-Agda-stdlib/Makefile
+++ b/math/hs-Agda-stdlib/Makefile
@@ -4,6 +4,7 @@ PORTNAME= Agda-stdlib
PORTVERSION= 0.13
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= math haskell
MAINTAINER= haskell@FreeBSD.org