diff options
author | grant <grant@pkgsrc.org> | 2004-06-27 11:42:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-27 11:42:43 +0000 |
commit | 312e7aa31cb4ea6e3013c72c476e14841c84574d (patch) | |
tree | 74e50ad8f67ae180b013b23d640ab43f2ca42c28 /security/scanssh | |
parent | db3fb365d96d0574be9ad20499d902c2ba9927eb (diff) | |
download | pkgsrc-312e7aa31cb4ea6e3013c72c476e14841c84574d.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/scanssh')
-rw-r--r-- | security/scanssh/Makefile | 4 |
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" |