From cbfda45aa269b8e8ab0470fce934f82b1b51b11b Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sat, 21 Nov 2009 07:33:19 +0000 Subject: Introduce WITH_CAMELLIA knob to enable camellia ciphers (off by default). PR: 138721 Submitted by: Ivan Sy Jr --- security/gnutls/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3