aboutsummaryrefslogtreecommitdiff
path: root/lang/pocl
diff options
context:
space:
mode:
authorMatthew Rezny <rezny@FreeBSD.org>2017-03-16 18:49:48 +0000
committerMatthew Rezny <rezny@FreeBSD.org>2017-03-16 18:49:48 +0000
commit8508d7b0f7820d9bf44db5b481cc470419f6f1d7 (patch)
tree9c4f4eab6eee09464cb834de1917dd36f11ae256 /lang/pocl
parentd9d4e8388229b8f1a2ff684b0a6ef38685aa0bb9 (diff)
downloadports-8508d7b0f7820d9bf44db5b481cc470419f6f1d7.tar.gz
ports-8508d7b0f7820d9bf44db5b481cc470419f6f1d7.zip
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
Notes
Notes: svn path=/head/; revision=436289
Diffstat (limited to 'lang/pocl')
-rw-r--r--lang/pocl/Makefile3
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