aboutsummaryrefslogtreecommitdiffstats
path: root/www/cherokee-devel
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2007-01-02 16:54:13 +0800
committernovel <novel@FreeBSD.org>2007-01-02 16:54:13 +0800
commit9d249534613dd66b4cb9df41f46285e2a4c1ceba (patch)
tree12d33efb5a1652f97d070a545c3f3e32f7376e51 /www/cherokee-devel
parent9f0ac2eea24cd09e605e738f4acf1453ff7eda0f (diff)
downloadfreebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.gz
freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.tar.zst
freebsd-ports-gnome-9d249534613dd66b4cb9df41f46285e2a4c1ceba.zip
- Chase security/gnutls update
- Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here
Diffstat (limited to 'www/cherokee-devel')
-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