[Lunar-commits] <moonbase> libesmtp: Removing the BUILD because clearning these warnings during the make

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Oct 9 17:14:57 CEST 2011


commit d554e29663a7c6012e70bba03da29e8b3dea510f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Oct 9 11:14:57 2011 -0400

    libesmtp: Removing the BUILD because clearning these warnings during the make
    
    its not needed;
    
    configure: WARNING: unrecognized options: --enable-require-all-recipients, --enable-libitdl-install
    
    Adjusting the optional_depends.
---
 mail/libesmtp/BUILD   |    8 --------
 mail/libesmtp/DEPENDS |    3 ++-
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/mail/libesmtp/BUILD b/mail/libesmtp/BUILD
deleted file mode 100644
index 3af1e81..0000000
--- a/mail/libesmtp/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
-  ./configure  --prefix=/usr                    \
-               --enable-require-all-recipients  \
-               --enable-libitdl-install=no     &&
-  default_make
-
-) > $C_FIFO 2>&1
diff --git a/mail/libesmtp/DEPENDS b/mail/libesmtp/DEPENDS
index 9b39b36..b5f7fab 100644
--- a/mail/libesmtp/DEPENDS
+++ b/mail/libesmtp/DEPENDS
@@ -1,3 +1,4 @@
 depends  libtool
 
-optional_depends  "openssl"  ""  "" "used for NTLM authentification module"
+optional_depends "libntlm" "--enable-ntlm"  "--disable-ntlm"    "support for NTLM authentication"
+optional_depends "openssl" "--with-openssl" "--without-openssl" "for OpenSSL authentification support"


More information about the Lunar-commits mailing list