diff options
author | marcus <marcus@FreeBSD.org> | 2004-04-11 00:35:30 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-04-11 00:35:30 +0000 |
commit | 45498b5e80cbc280ff5c715fc6874f573224f6d9 (patch) | |
tree | 6264a27b21d751c2a716d9c5550cc75d3616416f /net/libgnetwork | |
parent | 1a56a7eaff9e3e421aa2be13066c1e3408a632a7 (diff) | |
download | FreeBSD-ports-45498b5e80cbc280ff5c715fc6874f573224f6d9.zip FreeBSD-ports-45498b5e80cbc280ff5c715fc6874f573224f6d9.tar.gz |
Disable GnuTLS support until support for newer versions of GnuTLS has been
added.
Reported by: bento
Diffstat (limited to 'net/libgnetwork')
-rw-r--r-- | net/libgnetwork/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net/libgnetwork/Makefile b/net/libgnetwork/Makefile index 0f93345..d30fb74 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 <bsd.port.mk> |