diff options
author | drochner <drochner@pkgsrc.org> | 2009-07-03 10:31:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-07-03 10:31:30 +0000 |
commit | c3897c795df7e1b9fc998686322bc4b4a5ff2ad8 (patch) | |
tree | 8b10c466ea73faedbc5d03ae30a064625d78e339 /net/aria2 | |
parent | 1d7c2a6c7adced5a2acda721bc8b48543de8274a (diff) | |
download | pkgsrc-c3897c795df7e1b9fc998686322bc4b4a5ff2ad8.tar.gz |
use libgnutls-config.mk to make the (non-default) "gnutls" option
work with gnutls-2.8
Diffstat (limited to 'net/aria2')
-rw-r--r-- | net/aria2/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/aria2/options.mk b/net/aria2/options.mk index 722286c133c..3a92dd68f69 100644 --- a/net/aria2/options.mk +++ b/net/aria2/options.mk @@ -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=no 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 |