diff options
Diffstat (limited to 'www/cherokee-devel/Makefile')
-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 654938af4b5e..03837b9eeb57 100644 --- a/www/cherokee-devel/Makefile +++ b/www/cherokee-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= cherokee PORTVERSION= 0.5.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.0x50.org/download/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION:R}/${PORTVERSION} @@ -37,7 +38,7 @@ USE_OPENSSL= yes CONFIGURE_ARGS+= --enable-tls=openssl LDFLAGS+= -lssl -lcrypto .else -LIB_DEPENDS+= gnutls.15:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= gnutls.13:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --enable-tls=gnutls .endif |