diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-10 10:12:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-10 10:12:04 +0000 |
commit | d078cae9ea15b90f1492b5fa6228f8b4b5eec08e (patch) | |
tree | 1e0263ab459c3b72ce05b83831ee0602a0b97dae /lang | |
parent | 742d3b85b47c3c923a3810ea7024a7dff2675f8f (diff) | |
download | ports-d078cae9ea15b90f1492b5fa6228f8b4b5eec08e.tar.gz ports-d078cae9ea15b90f1492b5fa6228f8b4b5eec08e.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ldc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ldc/Makefile b/lang/ldc/Makefile index caf2718d997d..5f6c8762bd34 100644 --- a/lang/ldc/Makefile +++ b/lang/ldc/Makefile @@ -3,7 +3,7 @@ PORTNAME= ldc PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= https://github.com/ldc-developers/ldc/releases/download/v${PORTVERSION}/:source \ https://github.com/ldc-developers/ldc/releases/download/v${BOOTVER}/:bootstrap @@ -15,6 +15,7 @@ COMMENT= The LLVM-based D compiler LICENSE= BSD3CLAUSE BUILD_DEPENDS= clang40:devel/llvm40 +RUN_DEPENDS= clang40:devel/llvm40 LIB_DEPENDS= libconfig.so:devel/libconfig BROKEN_aarch64= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? |