diff options
author | Michael Gmelin <grembo@FreeBSD.org> | 2014-06-20 13:01:43 +0000 |
---|---|---|
committer | Michael Gmelin <grembo@FreeBSD.org> | 2014-06-20 13:01:43 +0000 |
commit | 4b08b8193b8959030b9363896d7eb4f33fb9c8cb (patch) | |
tree | 7bd6bd5cf7b0bd84ddd4fe37b70ef60a50c728e8 /security/cryptopp | |
parent | 0c31d9933e1322a9ddb7750c9917a558f0156f7d (diff) | |
download | ports-4b08b8193b8959030b9363896d7eb4f33fb9c8cb.tar.gz ports-4b08b8193b8959030b9363896d7eb4f33fb9c8cb.zip |
Notes
Diffstat (limited to 'security/cryptopp')
-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 |