diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-07-01 08:56:16 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-07-01 08:56:16 +0000 |
commit | 95eecf16e69745980390ef202f67ec4d0e09f051 (patch) | |
tree | c85134f7d4e51bcd8a8619a9bb6e48e31f8c4a19 /www/cherokee-devel | |
parent | 3ee84121a1253dd584be4ba3370807c75363b68b (diff) |
Notes
Diffstat (limited to 'www/cherokee-devel')
-rw-r--r-- | www/cherokee-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/cherokee-devel/Makefile b/www/cherokee-devel/Makefile index a2a63f54432f..7bacce02ceca 100644 --- a/www/cherokee-devel/Makefile +++ b/www/cherokee-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= cherokee DISTVERSION= 0.6.0b700 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.cherokee-project.com/download/0.6/${PORTVERSION:R}/ \ CENKES LOCAL/beech @@ -46,7 +47,7 @@ OPTIONS= OPENSSL "TLS/SSL support via openssl" on \ .ifndef WITHOUT_OPENSSL CONFIGURE_ARGS+=--enable-tls=openssl .elifdef WITH_GNUTLS -LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+=--enable-tls=gnutls .else CONFIGURE_ARGS+=--disable-tls |