summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>