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.
This commit is contained in:
parent
ec99b37c2b
commit
84fa22a676
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue