pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/scanssh use buildlink3 and include libpcap/bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a4316317413
branches:  trunk
changeset: 477152:8a4316317413
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jun 27 11:42:43 2004 +0000

description:
use buildlink3 and include libpcap/buildlink3.mk to remove the hidden
dependency on libpcap.

no PKGREVISION bump required as this would not build without libpcap,
anyway.

diffstat:

 security/scanssh/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8f2d235f641d -r 8a4316317413 security/scanssh/Makefile
--- a/security/scanssh/Makefile Sun Jun 27 11:41:09 2004 +0000
+++ b/security/scanssh/Makefile Sun Jun 27 11:42:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/01/20 12:25:34 agc Exp $
+# $NetBSD: Makefile,v 1.12 2004/06/27 11:42:43 grant Exp $
 
 DISTNAME=      scanssh-1.6b
 CATEGORIES=    security
@@ -11,5 +11,7 @@
 
 WRKSRC=                ${WRKDIR}/scanssh
 GNU_CONFIGURE= yes
+USE_BUILDLINK3=        yes
 
+.include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index