aboutsummaryrefslogtreecommitdiff
path: root/www/libmicrohttpd
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2011-06-05 18:43:16 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2011-06-05 18:43:16 +0000
commit207386f96a454f28a3f0a367069d0d4715b9e6e2 (patch)
treea498091a932a1bb378d3a0a8f8dcc91f46a54771 /www/libmicrohttpd
parentc96ae66b570729bd8c116293984c253bfe446655 (diff)
Notes
Diffstat (limited to 'www/libmicrohttpd')
-rw-r--r--www/libmicrohttpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/libmicrohttpd/Makefile b/www/libmicrohttpd/Makefile
index a2a8467ccc60..1cf59148df66 100644
--- a/www/libmicrohttpd/Makefile
+++ b/www/libmicrohttpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libmicrohttpd
PORTVERSION= 0.9.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -25,7 +25,7 @@ IGNORE= strdup is not available in this OS release
.endif
.if defined(WITH_GNUTLS)
-LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls
+LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+=--with-gnutls=${LOCALBASE} --enable-https
.endif