pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ed2af3011d0f
branches:  trunk
changeset: 473961:ed2af3011d0f
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 03:27:41 2004 +0000

description:
Convert to buildlink3.

diffstat:

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

diffs (27 lines):

diff -r 174ca288e5cc -r ed2af3011d0f security/ssldump/Makefile
--- a/security/ssldump/Makefile Sun Apr 25 03:27:33 2004 +0000
+++ b/security/ssldump/Makefile Sun Apr 25 03:27:41 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/03/26 02:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2004/04/25 03:27:41 snj Exp $
 #
 
 DISTNAME=      ssldump-0.9b3
@@ -11,7 +11,7 @@
 COMMENT=       SLv3/TLS network protocol analyzer
 
 GNU_CONFIGURE= YES
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_GNU_TOOLS+=        make
 
 CONFIGURE_ARGS+=--with-pcap-inc=${BUILDLINK_PREFIX.libpcap}/include \
@@ -19,6 +19,6 @@
                --with-openssl-inc=${BUILDLINK_PREFIX.openssl}/include \
                --with-openssl-lib=${BUILDLINK_PREFIX.openssl}/lib
 
-.include "../../net/libpcap/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index