use libgnutls-config.mk, brings back TLS support with gnutls-2.8,

bump PKGREVISION
This commit is contained in:
drochner 2009-07-03 14:15:41 +00:00
parent 842a277c07
commit 0b727eb8d0

View file

@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.10 2008/05/22 13:31:40 tnn Exp $
# $NetBSD: Makefile,v 1.11 2009/07/03 14:15:41 drochner Exp $
#
DISTNAME= cherokee-0.5.3
PKGREVISION= 3
PKGREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.cherokee-project.com/download/0.5/0.5.3/
@ -66,6 +66,7 @@ CONFIGURE_ARGS+= --disable-ipv6
.if !empty(PKG_OPTIONS:Mgnutls)
CONFIGURE_ARGS+= --enable-tls=gnutls
.include "../../security/gnutls/buildlink3.mk"
.include "../../security/gnutls/libgnutls-config.mk"
CONF_FILES+= ${EGDIR}/cherokee/mods-available/ssl \
${PKG_SYSCONFDIR}/cherokee/mods-enabled/ssl
.elif !empty(PKG_OPTIONS:Mopenssl)