From 9d249534613dd66b4cb9df41f46285e2a4c1ceba Mon Sep 17 00:00:00 2001 From: novel Date: Tue, 2 Jan 2007 08:54:13 +0000 Subject: - Chase security/gnutls update - Add an entry to UPDATING - Pet portlint(1) for some ports while I'm here --- www/cherokee/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/cherokee') diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile index c8c01cdbfe5d..819d66185898 100644 --- a/www/cherokee/Makefile +++ b/www/cherokee/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 .if !defined(WITHOUT_GNUTLS) -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --enable-tls=gnutls .endif -- cgit