summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/tpm2-tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/tpm2-tools/Makefile b/security/tpm2-tools/Makefile
index fd6b7eb5843e..13bae0a01721 100644
--- a/security/tpm2-tools/Makefile
+++ b/security/tpm2-tools/Makefile
@@ -14,7 +14,7 @@ LIB_DEPENDS= libtss2-esys.so:security/tpm2-tss \
libcurl.so:ftp/curl \
libuuid.so:misc/e2fsprogs-libuuid
-USES= gmake libtool pkgconfig ssl
+USES= compiler:c11 gmake libtool pkgconfig ssl
GNU_CONFIGURE= yes
CONFIGURE_ENV= CRYPTO_CFLAGS="-I${OPENSSLINC}" CRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto"