summaryrefslogtreecommitdiff
path: root/www/htmldoc
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-07-03 14:04:12 +0000
committerdrochner <drochner@pkgsrc.org>2009-07-03 14:04:12 +0000
commit842a277c070de7cac88a3700540874b07d359651 (patch)
treeadfe6bc43502879c254caa6898de7ec7fb84281e /www/htmldoc
parent70dc03d05591a4bb99bdc011bf83ca0b0762c982 (diff)
downloadpkgsrc-842a277c070de7cac88a3700540874b07d359651.tar.gz
use libgnutls-config.mk to fix detection of gnutls-2.8
(with the non-default "gnutls" pkg option)
Diffstat (limited to 'www/htmldoc')
-rw-r--r--www/htmldoc/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/htmldoc/options.mk b/www/htmldoc/options.mk
index 1013747649c..30c7f3f73c3 100644
--- a/www/htmldoc/options.mk
+++ b/www/htmldoc/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2009/01/08 11:57:24 obache Exp $
+# $NetBSD: options.mk,v 1.3 2009/07/03 14:04:12 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.htmldoc
PKG_SUPPORTED_OPTIONS= x11
@@ -24,6 +24,7 @@ CONFIGURE_ARGS+= --disable-openssl
. endif
. if !empty(PKG_OPTIONS:Mgnutls)
.include "../../security/gnutls/buildlink3.mk"
+.include "../../security/gnutls/libgnutls-config.mk"
CONFIGURE_ARGS+= --enable-gnutls
. else
CONFIGURE_ARGS+= --disable-gnutls