1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Convert to optionsng

Prodded by:	bapt
This commit is contained in:
Florian Smeets 2013-02-06 22:56:48 +00:00
parent f7687e16ae
commit c6af52a615
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=311804

View File

@ -12,10 +12,10 @@ COMMENT= C library for embedding HTTP server functionality
LICENSE= LGPL21
OPTIONS= GNUTLS "Build with gnutls to support ssl" off
OPTIONS_DEFINE= GNUTLS
.include <bsd.port.options.mk>
.if defined(WITH_GNUTLS)
.if ${PORT_OPTIONS:MGNUTLS}
LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt \
gnutls:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--with-gnutls=${LOCALBASE} --enable-https