diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:57:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-15 16:57:39 +0000 |
commit | 5d2373a0928a9eb5575d4bc2f6f0506a1e29ae6b (patch) | |
tree | 6246387a8174cabb77e772c330260c8899112ad8 /security/botan110 | |
parent | d37031eae10af30ef8045e779910d70a7f59fc09 (diff) |
Notes
Diffstat (limited to 'security/botan110')
-rw-r--r-- | security/botan110/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile index dffba6298fc0..295ecee2d8db 100644 --- a/security/botan110/Makefile +++ b/security/botan110/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/doc/license.txt LATEST_LINK= botan${PKGNAMESUFFIX} -OPTIONS_DEFINE= SSL GMP ECC +OPTIONS_DEFINE= SSL GMP ECC DOCS OPTIONS_DEFAULT= SSL GMP ECC ECC_DESC= ECC support |