diff options
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r-- | security/gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index 58b7661b0bec..f35705d0275e 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnupg -PORTVERSION= 2.0.11 +PORTVERSION= 2.0.12 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= gnupg @@ -45,7 +45,7 @@ OPTIONS= LDAP "LDAP keyserver interface" off \ SCDAEMON "Enable Smartcard daemon (with libusb)" off \ CURL "Use the real curl library (worked around if no)" on \ GPGSM "Enable GPGSM (require LDAP)" off \ - CAMELLIA "Enable Camellia algorithm (for testing only)" off \ + CAMELLIA "Enable Camellia algorithm" on \ KDNS "Use DNS CERT helper" off \ NLS "National Language Support" off |