summaryrefslogtreecommitdiff
path: root/net/lftp
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2012-01-09 14:53:31 +0000
committerdrochner <drochner@pkgsrc.org>2012-01-09 14:53:31 +0000
commitd77df62c4c4e3a00b808ec04acc24b0458eca0c4 (patch)
treedd941643282dbdaf377fc9d31f02786d407395ff /net/lftp
parent198dfd808736284199ec856f87014813c607b4b1 (diff)
downloadpkgsrc-d77df62c4c4e3a00b808ec04acc24b0458eca0c4.tar.gz
clean up in some cases where the faked "libgnutls-config" script
is not needed anymore
Diffstat (limited to 'net/lftp')
-rw-r--r--net/lftp/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lftp/options.mk b/net/lftp/options.mk
index 8cf857ff7c7..884830761b4 100644
--- a/net/lftp/options.mk
+++ b/net/lftp/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2011/03/10 23:38:42 pettai Exp $
+# $NetBSD: options.mk,v 1.12 2012/01/09 14:53:31 drochner Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.lftp
@@ -16,8 +16,8 @@ PKG_SUGGESTED_OPTIONS= ssl
###
.if !empty(PKG_OPTIONS:Mgnutls)
CONFIGURE_ARGS+= --without-openssl
+USE_TOOLS+= pkg-config
. 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}