diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-05-30 00:57:02 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-05-30 00:57:02 +0000 |
commit | c7259fc4f09ba70c86135802f82761d6825d9e39 (patch) | |
tree | 02004eac0b9cd00c4eef1924d6cd7b8314c56908 /misc | |
parent | 5727cc1226c4f980fdc95205b733e890f1d5cbab (diff) | |
download | freebsd-ports-c7259fc4f09ba70c86135802f82761d6825d9e39.zip |
Clean up some things
Reported by: portscan
Diffstat (limited to 'misc')
-rw-r--r-- | misc/darknet/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/darknet/Makefile b/misc/darknet/Makefile index faa0c0f1e631..95bb701a7b78 100644 --- a/misc/darknet/Makefile +++ b/misc/darknet/Makefile @@ -40,8 +40,6 @@ OPENCV_CMAKE_BOOL= ENABLE_OPENCV OPENCV_LIB_DEPENDS= libopencv_video.so:graphics/opencv \ libopencv_core.so:graphics/opencv-core -OPTIONS_GROUP= SIMD -OPTIONS_GROUP_SIMD_amd64= SSE2 SSE3 SSE4 AVX SSE2_DESC= Use SSE2 instructions SSE2_CMAKE_ON= -DFREEBSD_SIMD="-msse2" SSE3_DESC= Use SSE3 instructions |