aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorcpm <cpm@FreeBSD.org>2017-06-03 23:07:09 +0800
committercpm <cpm@FreeBSD.org>2017-06-03 23:07:09 +0800
commitaa8564b037168371718b72b477d5d52d64818789 (patch)
tree8f35a511db26e5edc29918fe6450607475fbb814 /math
parentd8f097d0d432c0417d9d47b79578b657e067800b (diff)
downloadfreebsd-ports-gnome-aa8564b037168371718b72b477d5d52d64818789.tar.gz
freebsd-ports-gnome-aa8564b037168371718b72b477d5d52d64818789.tar.zst
freebsd-ports-gnome-aa8564b037168371718b72b477d5d52d64818789.zip
- Sort USES
Diffstat (limited to 'math')
-rw-r--r--math/viennacl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/viennacl/Makefile b/math/viennacl/Makefile
index 73c4f689e88e..010e1c95caf5 100644
--- a/math/viennacl/Makefile
+++ b/math/viennacl/Makefile
@@ -17,6 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl
LIB_DEPENDS= libOpenCL.so:devel/ocl-icd
RUN_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl
-USES= compiler:openmp cmake:outsource localbase
+USES= cmake:outsource compiler:openmp localbase
.include <bsd.port.mk>