summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2009-07-02 18:54:18 +0000
committertnn <tnn>2009-07-02 18:54:18 +0000
commit5cf3b7cd4d90a8af95dedc1d74828b3b8adebe8b (patch)
tree7369e92d268e61dedef03a1947b8ddbd69d2a1a0
parent3366ae508703267c6c5545710f0c973f33474710 (diff)
downloadpkgsrc-5cf3b7cd4d90a8af95dedc1d74828b3b8adebe8b.tar.gz
use libgnutls-config.mk
-rw-r--r--net/lftp/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/lftp/options.mk b/net/lftp/options.mk
index 224ba1ec97f..7c80458418c 100644
--- a/net/lftp/options.mk
+++ b/net/lftp/options.mk
@@ -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 @@ PKG_SUGGESTED_OPTIONS= ssl
.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}