summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordrochner <drochner>2009-07-03 14:15:41 +0000
committerdrochner <drochner>2009-07-03 14:15:41 +0000
commit639bde6859be7b20304a5b159fe8e34e76859043 (patch)
treebacaabc7b5646ac59777886a70d6f7e0fa1e202d /www
parentce11ccfb49d068cd2f26ef87773b1fdaa0c7a428 (diff)
downloadpkgsrc-639bde6859be7b20304a5b159fe8e34e76859043.tar.gz
use libgnutls-config.mk, brings back TLS support with gnutls-2.8,
bump PKGREVISION
Diffstat (limited to 'www')
-rw-r--r--www/cherokee/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/cherokee/Makefile b/www/cherokee/Makefile
index 5227dad41ff..b98cc76d6a7 100644
--- a/www/cherokee/Makefile
+++ b/www/cherokee/Makefile
@@ -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)