pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/speakfreely Convert to bl3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea16ab2f652a
branches:  trunk
changeset: 473862:ea16ab2f652a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Apr 24 23:53:51 2004 +0000

description:
Convert to bl3.

diffstat:

 net/speakfreely/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 7e69ec72cdd6 -r ea16ab2f652a net/speakfreely/Makefile
--- a/net/speakfreely/Makefile  Sat Apr 24 23:43:41 2004 +0000
+++ b/net/speakfreely/Makefile  Sat Apr 24 23:53:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/03/26 02:27:49 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/24 23:53:51 wiz Exp $
 #
 
 DISTNAME=              speak_freely-7.2
@@ -11,7 +11,7 @@
 HOMEPAGE=              http://www.fourmilab.ch/speakfree/unix/
 COMMENT=               Internet "phone" for UNIX
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 NO_CONFIGURE=          YES
 USE_PERL5=             YES
 
@@ -35,7 +35,7 @@
 
 .if defined(USE_CRYPTO) && ${USE_CRYPTO} == "YES"
 HAVE_LIBCRYPTO=                YES
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
 
 .if defined(USE_IDEA) && ${USE_IDEA} == "YES"
 LICENSE=               no-commercial-use
@@ -62,5 +62,5 @@
        ${INSTALL_DATA} ${WRKSRC}/busy.au ${SOUNDDIR}
        ${INSTALL_DATA} ${WRKSRC}/ring.au ${SOUNDDIR}
 
-.include "../../audio/gsm/buildlink2.mk"
+.include "../../audio/gsm/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index