pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/speakfreely This package requires the old DES API.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aaa6308bb614
branches:  trunk
changeset: 485557:aaa6308bb614
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Dec 15 22:37:39 2004 +0000

description:
This package requires the old DES API.

diffstat:

 net/speakfreely/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 39b801766261 -r aaa6308bb614 net/speakfreely/Makefile
--- a/net/speakfreely/Makefile  Wed Dec 15 21:46:32 2004 +0000
+++ b/net/speakfreely/Makefile  Wed Dec 15 22:37:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/10/03 00:17:59 tv Exp $
+# $NetBSD: Makefile,v 1.17 2004/12/15 22:37:39 jlam Exp $
 #
 
 DISTNAME=              speak_freely-7.2
@@ -35,6 +35,7 @@
 
 .if defined(USE_CRYPTO) && ${USE_CRYPTO} == "YES"
 HAVE_LIBCRYPTO=                YES
+USE_OLD_DES_API=       YES
 .include "../../security/openssl/buildlink3.mk"
 
 .if defined(USE_IDEA) && ${USE_IDEA} == "YES"



Home | Main Index | Thread Index | Old Index