diff options
author | Matthew Rezny <rezny@FreeBSD.org> | 2017-03-16 18:49:48 +0000 |
---|---|---|
committer | Matthew Rezny <rezny@FreeBSD.org> | 2017-03-16 18:49:48 +0000 |
commit | 8508d7b0f7820d9bf44db5b481cc470419f6f1d7 (patch) | |
tree | 9c4f4eab6eee09464cb834de1917dd36f11ae256 /lang | |
parent | security/nss: update to 3.30 (diff) |
Switch build to llvm38 to clear the last dependency on llvm37
PR: 217462
Approved by: swills (mentor), maintainer (timeout)
Differential Revision: https://reviews.freebsd.org/D10034
Diffstat (limited to '')
-rw-r--r-- | lang/pocl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile index f17b193d83ca..676a518a9d32 100644 --- a/lang/pocl/Makefile +++ b/lang/pocl/Makefile @@ -2,6 +2,7 @@ PORTNAME= pocl PORTVERSION= 0.13 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= SF/pocl \ http://portablecl.org/downloads/ @@ -25,7 +26,7 @@ BROKEN_FreeBSD_10= pocl is not supported on 10.x ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON_amd64= only tested on amd64 -LLVM_VERSION= 37 +LLVM_VERSION= 38 GNU_CONFIGURE= yes USE_LDCONFIG= yes |