1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Disable GnuTLS support until support for newer versions of GnuTLS has been

added.

Reported by:	bento
This commit is contained in:
Joe Marcus Clarke 2004-04-11 00:35:30 +00:00
parent 0c4a2322b1
commit c9eb52a136
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106704

View File

@ -25,17 +25,17 @@ USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib
.if !defined(WITHOUT_SSL) #.if !defined(WITHOUT_SSL)
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls #LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-ssl=gnutls #CONFIGURE_ARGS+=--enable-ssl=gnutls
.else #.else
CONFIGURE_ARGS+=--enable-ssl=no CONFIGURE_ARGS+=--enable-ssl=no
.endif #.endif
pre-everything:: pre-everything::
@${ECHO_MSG} "" # @${ECHO_MSG} ""
@${ECHO_MSG} "libgnetwork has the following configurable option(s):" # @${ECHO_MSG} "libgnetwork has the following configurable option(s):"
@${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support" # @${ECHO_MSG} " WITHOUT_SSL Disable GnuTLS SSL support"
@${ECHO_MSG} "" # @${ECHO_MSG} ""
.include <bsd.port.mk> .include <bsd.port.mk>