From 8508d7b0f7820d9bf44db5b481cc470419f6f1d7 Mon Sep 17 00:00:00 2001 From: Matthew Rezny Date: Thu, 16 Mar 2017 18:49:48 +0000 Subject: 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 --- lang/pocl/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/pocl/Makefile') 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 -- cgit v1.2.3