summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-07-03 14:23:00 +0000
committerdrochner <drochner@pkgsrc.org>2009-07-03 14:23:00 +0000
commit3dea898eba5c933503fa357cce3f39eb3181181b (patch)
treea705da7069acec0f021cc5164a7d51fe69b99a77 /chat
parent0b727eb8d05fc32cbffc448c3e19378390dd2aad (diff)
downloadpkgsrc-3dea898eba5c933503fa357cce3f39eb3181181b.tar.gz
use libgnutls-config.mk, restores TLS support with the (non-default)
"gnutls" pkg option
Diffstat (limited to 'chat')
-rw-r--r--chat/weechat/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/weechat/options.mk b/chat/weechat/options.mk
index 6c837ca67b6..44bd03d0c3f 100644
--- a/chat/weechat/options.mk
+++ b/chat/weechat/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2008/05/11 19:10:30 tonio Exp $
+# $NetBSD: options.mk,v 1.6 2009/07/03 14:23:00 drochner Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.weechat
PKG_SUPPORTED_OPTIONS= charset gnutls python lua wide-curses
@@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --disable-charset
.if !empty(PKG_OPTIONS:Mgnutls)
.include "../../security/gnutls/buildlink3.mk"
+.include "../../security/gnutls/libgnutls-config.mk"
.endif
.if !empty(PKG_OPTIONS:Mwide-curses)