From 45498b5e80cbc280ff5c715fc6874f573224f6d9 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 11 Apr 2004 00:35:30 +0000 Subject: Disable GnuTLS support until support for newer versions of GnuTLS has been added. Reported by: bento --- net/libgnetwork/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'net') diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile index 0f93345cdea..d30fb741369 100644 --- a/net/libgnetwork/Makefile +++ b/net/libgnetwork/Makefile @@ -25,17 +25,17 @@ USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS+= -L${LOCALBASE}/lib -.if !defined(WITHOUT_SSL) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls -CONFIGURE_ARGS+=--enable-ssl=gnutls -.else +#.if !defined(WITHOUT_SSL) +#LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +#CONFIGURE_ARGS+=--enable-ssl=gnutls +#.else CONFIGURE_ARGS+=--enable-ssl=no -.endif +#.endif pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "libgnetwork has the following configurable option(s):" - @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" - @${ECHO_MSG} "" +# @${ECHO_MSG} "" +# @${ECHO_MSG} "libgnetwork has the following configurable option(s):" +# @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" +# @${ECHO_MSG} "" .include -- cgit