pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/stunnel Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8852a60b5523
branches:  trunk
changeset: 473943:8852a60b5523
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 03:12:29 2004 +0000

description:
Convert to buildlink3.

diffstat:

 security/stunnel/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 1d41e251f250 -r 8852a60b5523 security/stunnel/Makefile
--- a/security/stunnel/Makefile Sun Apr 25 03:10:53 2004 +0000
+++ b/security/stunnel/Makefile Sun Apr 25 03:12:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2004/03/26 02:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.40 2004/04/25 03:12:29 snj Exp $
 
 DISTNAME=              stunnel-4.05
 PKGREVISION=           1
@@ -11,7 +11,7 @@
 HOMEPAGE=              http://www.stunnel.org/
 COMMENT=               Universal SSL tunnel
 
-USE_BUILDLINK2=                # defined
+USE_BUILDLINK3=                yes
 USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         # defined
 CONFIGURE_ARGS+=       --with-ssl=${SSLBASE} \
@@ -23,6 +23,6 @@
 
 PKG_SYSCONFSUBDIR=     stunnel
 
-.include "../../security/openssl/buildlink2.mk"
-.include "../../security/tcp_wrappers/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../security/tcp_wrappers/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index