diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-03-03 11:57:08 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-03-03 11:57:08 +0000 |
commit | c9536f39b314cc055496892d6f9598434770c4b3 (patch) | |
tree | 7a7761c4465ce6894fc0b4bd8cb65f84b82a46a3 /www/cherokee-devel | |
parent | 4585b4adc053c2df42c76e150ac9354191402282 (diff) | |
download | ports-c9536f39b314cc055496892d6f9598434770c4b3.tar.gz ports-c9536f39b314cc055496892d6f9598434770c4b3.zip |
Notes
Diffstat (limited to 'www/cherokee-devel')
-rw-r--r-- | www/cherokee-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cherokee-devel/Makefile b/www/cherokee-devel/Makefile index 440812fa7e09..789d3856cd12 100644 --- a/www/cherokee-devel/Makefile +++ b/www/cherokee-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= cherokee DISTVERSION= 0.6.0b863 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/0.6/${PORTVERSION:R}/ \ CENKES LOCAL/beech @@ -46,7 +46,7 @@ OPTIONS= OPENSSL "TLS/SSL support via openssl" on \ .ifndef WITHOUT_OPENSSL CONFIGURE_ARGS+=--enable-tls=openssl .elifdef WITH_GNUTLS -LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.26:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-tls=gnutls .else CONFIGURE_ARGS+=--disable-tls |