aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-03-02 18:19:09 +0800
committerantoine <antoine@FreeBSD.org>2019-03-02 18:19:09 +0800
commitdec072ec5e42b31a11a65f9ea83c3365c51a1870 (patch)
treeae0edd02745d3945a14f0065e13e73231049de99 /math
parent9b3aafeb709adea7738be75a11d02ff1edafe921 (diff)
downloadfreebsd-ports-gnome-dec072ec5e42b31a11a65f9ea83c3365c51a1870.tar.gz
freebsd-ports-gnome-dec072ec5e42b31a11a65f9ea83c3365c51a1870.tar.zst
freebsd-ports-gnome-dec072ec5e42b31a11a65f9ea83c3365c51a1870.zip
Remove useless USES=compiler when setting compiler manually
Diffstat (limited to 'math')
-rw-r--r--math/mkl-dnn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/mkl-dnn/Makefile b/math/mkl-dnn/Makefile
index 3bdfc6ec5562..72cbd8f75b37 100644
--- a/math/mkl-dnn/Makefile
+++ b/math/mkl-dnn/Makefile
@@ -15,7 +15,7 @@ BROKEN_i386= error: shift count >= width of type (and other errors), see https:/
TEST_DEPENDS= bash:shells/bash
-USES= cmake compiler:c++11-lang
+USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= intel
USE_LDCONFIG= yes