sysutils/b2sum: Use = instead of += for option helper

This commit is contained in:
Po-Chuan Hsieh 2021-10-13 13:36:31 +08:00
parent 586aaee6b6
commit afda2069bf
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B

View file

@ -24,7 +24,7 @@ OPTIONS_DEFINE= OPENMP OPTIMIZED_CFLAGS SSE
OPTIONS_DEFAULT_amd64= SSE
SSE_DESC= Use SSE2, SSSE3, SSE4.1, AVX or XOP instructions
OPENMP_CFLAGS+= -fopenmp
OPENMP_CFLAGS= -fopenmp
.include <bsd.port.options.mk>