diff options
author | drochner <drochner> | 2012-01-09 14:53:31 +0000 |
---|---|---|
committer | drochner <drochner> | 2012-01-09 14:53:31 +0000 |
commit | 1ef3310a3bf7f822c4adcd55958a7cc7e80f1b54 (patch) | |
tree | dd941643282dbdaf377fc9d31f02786d407395ff /net/lftp | |
parent | 39c83d4d0ba7144fbbb95f8523df8246d7665644 (diff) | |
download | pkgsrc-1ef3310a3bf7f822c4adcd55958a7cc7e80f1b54.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.mk | 4 |
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} |