pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/weechat use libgnutls-config.mk, restores TLS sup...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ee4edc2bd2e0
branches:  trunk
changeset: 395050:ee4edc2bd2e0
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 03 14:23:00 2009 +0000

description:
use libgnutls-config.mk, restores TLS support with the (non-default)
"gnutls" pkg option

diffstat:

 chat/weechat/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e3ad9a418c56 -r ee4edc2bd2e0 chat/weechat/options.mk
--- a/chat/weechat/options.mk   Fri Jul 03 14:15:41 2009 +0000
+++ b/chat/weechat/options.mk   Fri Jul 03 14:23:00 2009 +0000
@@ -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 @@
 
 .if !empty(PKG_OPTIONS:Mgnutls)
 .include "../../security/gnutls/buildlink3.mk"
+.include "../../security/gnutls/libgnutls-config.mk"
 .endif
 
 .if !empty(PKG_OPTIONS:Mwide-curses)



Home | Main Index | Thread Index | Old Index