summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-06-27 11:42:43 +0000
committergrant <grant@pkgsrc.org>2004-06-27 11:42:43 +0000
commit84fa22a6769d867a38955a58d045bd4a70d29c50 (patch)
tree74e50ad8f67ae180b013b23d640ab43f2ca42c28 /security
parentec99b37c2b54b75672c35892c60a1872aedb2cfb (diff)
downloadpkgsrc-84fa22a6769d867a38955a58d045bd4a70d29c50.tar.gz
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 (limited to 'security')
-rw-r--r--security/scanssh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/scanssh/Makefile b/security/scanssh/Makefile
index abc2b7f1fcb..4e842bc0b36 100644
--- a/security/scanssh/Makefile
+++ b/security/scanssh/Makefile
@@ -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 @@ COMMENT= SSH remote version scanner
WRKSRC= ${WRKDIR}/scanssh
GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+.include "../../net/libpcap/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"