diff options
-rw-r--r-- | security/cryptopp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile index 9957c3de0502..4b0fca2bbbfa 100644 --- a/security/cryptopp/Makefile +++ b/security/cryptopp/Makefile @@ -13,7 +13,7 @@ MAINTAINER= delphij@FreeBSD.org COMMENT= Free C++ class library of Cryptographic Primitives OPTIONS_DEFINE= DEBUG DOCS GCC STATIC THREADS -OPTIONS_DEFAULT= STATIC THREADS +OPTIONS_DEFAULT= THREADS STATIC_DESC= Build static version only (no shared libs) GCC_DESC= Build with current GCC |