diff options
author | rezny <rezny@FreeBSD.org> | 2017-12-26 07:30:54 +0800 |
---|---|---|
committer | rezny <rezny@FreeBSD.org> | 2017-12-26 07:30:54 +0800 |
commit | d187fb4a66357210d89738aff1e235a279b0c64b (patch) | |
tree | f4f2a30d50932bb7700dc02a05ef701cf2389593 /lang | |
parent | 6ef96cb042430f118614feefd97a411ba22838a4 (diff) | |
download | freebsd-ports-gnome-d187fb4a66357210d89738aff1e235a279b0c64b.tar.gz freebsd-ports-gnome-d187fb4a66357210d89738aff1e235a279b0c64b.tar.zst freebsd-ports-gnome-d187fb4a66357210d89738aff1e235a279b0c64b.zip |
Update the Mesa ports to 17.3.1 and switch to LLVM5 by default
Correct dependencies: remove the cruft added to mesa-dri in the previous
commit (those are mesa-libs deps), add a RUN_DEPENDS for libclc to clover
Clean up patches, remove one stale patch
Diffstat (limited to 'lang')
-rw-r--r-- | lang/clover/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/clover/Makefile b/lang/clover/Makefile index dfcf5b154ff2..f8adadacccbc 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -6,10 +6,11 @@ CATEGORIES= lang COMMENT= Mesa "Clover" OpenCL library -BUILD_DEPENDS= libclc>=0.2.0.20160915:devel/libclc \ +BUILD_DEPENDS= libclc>=0.3.0:devel/libclc \ opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd -RUN_DEPENDS= opencl>=0:devel/opencl +RUN_DEPENDS= libclc>=0.3.0:devel/libclc \ + opencl>=0:devel/opencl ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Clover needs a GPU supported by the Radeon KMS driver |