pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/aria2 use libgnutls-config.mk to make the (non-def...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11fa21b720c5
branches:  trunk
changeset: 395041:11fa21b720c5
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Jul 03 10:31:30 2009 +0000

description:
use libgnutls-config.mk to make the (non-default) "gnutls" option
work with gnutls-2.8

diffstat:

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

diffs (17 lines):

diff -r dedf4c8645d9 -r 11fa21b720c5 net/aria2/options.mk
--- a/net/aria2/options.mk      Fri Jul 03 10:27:02 2009 +0000
+++ b/net/aria2/options.mk      Fri Jul 03 10:31:30 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.7 2009/03/08 23:41:33 bjs Exp $
+# $NetBSD: options.mk,v 1.8 2009/07/03 10:31:30 drochner Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.aria2
 
@@ -29,6 +29,7 @@
 CONFIGURE_ARGS+=       --with-gnutls
 CONFIGURE_ARGS+=       --with-openssl=no
 .  include "../../security/gnutls/buildlink3.mk"
+.  include "../../security/gnutls/libgnutls-config.mk"
 .endif
 ###
 ###    firefox3 cookie support via sqlite3



Home | Main Index | Thread Index | Old Index