summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2018-01-10 17:06:48 +0000
committerAlex Dupre <ale@FreeBSD.org>2018-01-10 17:06:48 +0000
commite4d2a56eadf1cf5c7fde93061db2d7c3066b20c4 (patch)
treeb64adcd0bb95ef6ba5eeefbabce90a9b8c3274dd
parentlang/php72: Update from 7.2.0 to 7.2.1 (diff)
Enable SSL support by default and bump PORTREVISION.
Approved by: maintainer
Notes
Notes: svn path=/head/; revision=458660
-rw-r--r--www/libmicrohttpd/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile
index 0c49f5c779e2..1e4f419d95e0 100644
--- a/www/libmicrohttpd/Makefile
+++ b/www/libmicrohttpd/Makefile
@@ -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>