aboutsummaryrefslogtreecommitdiffstats
path: root/www/cherokee-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/cherokee-devel/Makefile')
-rw-r--r--www/cherokee-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cherokee-devel/Makefile b/www/cherokee-devel/Makefile
index c8c01cdbfe5d..819d66185898 100644
--- a/www/cherokee-devel/Makefile
+++ b/www/cherokee-devel/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cherokee
PORTVERSION= 0.5.6
-PORTREVISION=
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.cherokee-project.com/download/%SUBDIR%/ \
http://www.alaskaparadise.com/freebsd/
@@ -44,7 +44,7 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_GNUTLS)
-LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --enable-tls=gnutls
.endif