1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Use the correct GnuTLS shared lib version.

Reported by:	bento via kris
This commit is contained in:
Joe Marcus Clarke 2004-04-09 02:58:12 +00:00
parent 6efbd17d98
commit a80b1cfb5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=106529

View File

@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
LDFLAGS+= -L${LOCALBASE}/lib
.if !defined(WITHOUT_SSL)
LIB_DEPENDS+= gnutls.7:${PORTSDIR}/security/gnutls
LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--enable-ssl=gnutls
.else
CONFIGURE_ARGS+=--enable-ssl=no