pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/lftp use libgnutls-config.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/127418e90f0b
branches:  trunk
changeset: 395030:127418e90f0b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Jul 02 18:54:18 2009 +0000

description:
use libgnutls-config.mk

diffstat:

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

diffs (17 lines):

diff -r 4db82372a6e5 -r 127418e90f0b net/lftp/options.mk
--- a/net/lftp/options.mk       Thu Jul 02 18:53:46 2009 +0000
+++ b/net/lftp/options.mk       Thu Jul 02 18:54:18 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2008/03/05 21:17:32 jlam Exp $
+# $NetBSD: options.mk,v 1.10 2009/07/02 18:54:18 tnn Exp $
 #
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.lftp
@@ -17,6 +17,7 @@
 .if !empty(PKG_OPTIONS:Mgnutls)
 CONFIGURE_ARGS+=       --without-openssl
 .  include "../../security/gnutls/buildlink3.mk"
+.  include "../../security/gnutls/libgnutls-config.mk"
 .elif !empty(PKG_OPTIONS:Mssl)
 CONFIGURE_ARGS+=       --without-gnutls
 CONFIGURE_ARGS+=       --with-openssl=${SSLBASE:Q}



Home | Main Index | Thread Index | Old Index