diff options
Diffstat (limited to 'security/gnutls')
-rw-r--r-- | security/gnutls/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 9bf5c36a4552..3711dff8d150 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -63,6 +63,10 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" .endif +.if defined(WITH_CAMELLIA) +CONFIGURE_ARGS+= --enable-camellia +.endif + .if !defined(NOPORTDOCS) PORTDOCS= AUTHORS NEWS README THANKS .endif |