aboutsummaryrefslogtreecommitdiff
path: root/www/cherokee/Makefile
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-01-09 16:34:19 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-01-09 16:34:19 +0000
commit17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc (patch)
tree4c12496cc051dfc76a8f0957842dbd95e6dfcf7a /www/cherokee/Makefile
parent327db67bb5280ea900fb477040f0134980a1fbc9 (diff)
downloadports-17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc.tar.gz
ports-17b54d4ed8d6bf7e33d4cb403c8b373caf2b75dc.zip
Chase gnutls update.
Notes
Notes: svn path=/head/; revision=153142
Diffstat (limited to 'www/cherokee/Makefile')
-rw-r--r--www/cherokee/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile
index 9cd5ef8b4dd0..eb7066748745 100644
--- a/www/cherokee/Makefile
+++ b/www/cherokee/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cherokee
PORTVERSION= 0.4.29
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.0x50.org/download/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTVERSION:R}/${PORTVERSION}
@@ -35,7 +36,7 @@ USE_OPENSSL= yes
CONFIGURE_ARGS+= --enable-tls=openssl
LDFLAGS+= -lssl -lcrypto
.else
-LIB_DEPENDS+= gnutls.12:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls
CONFIGURE_ARGS+= --enable-tls=gnutls
.endif