1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

Enable SSL support by default and bump PORTREVISION.

Approved by:	maintainer
This commit is contained in:
Alex Dupre 2018-01-10 17:06:48 +00:00
parent de63904190
commit e4d2a56ead
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458660

View File

@ -3,6 +3,7 @@
PORTNAME= libmicrohttpd
DISTVERSION= 0.9.58
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= GNU
@ -20,6 +21,7 @@ USE_LDCONFIG= yes
CPE_VENDOR= gnu
OPTIONS_DEFINE= GNUTLS
OPTIONS_DEFAULT=GNUTLS
GNUTLS_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgnutls.so:security/gnutls
@ -28,8 +30,4 @@ GNUTLS_CONFIGURE_ENABLE=https
INFO= libmicrohttpd libmicrohttpd-tutorial
post-patch:
@${REINPLACE_CMD} -e 's|bin_PROGRAMS =|noinst_PROGRAMS +=|' \
${WRKSRC}/src/examples/Makefile.in
.include <bsd.port.mk>