diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 12:32:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 12:32:10 +0000 |
commit | 121a6b3cc4e753863e4736150303f064e0e52217 (patch) | |
tree | 8ccc8f2cb3c1adeb0cca28513e61cb12760a6c52 /security | |
parent | abdced3a617f36627fb2e38e3b4b0b9db064fa2a (diff) | |
download | pkgsrc-121a6b3cc4e753863e4736150303f064e0e52217.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'security')
-rw-r--r-- | security/nessus-plugins/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/nessus-plugins/Makefile b/security/nessus-plugins/Makefile index 0c19730c700..a07e495c66e 100644 --- a/security/nessus-plugins/Makefile +++ b/security/nessus-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/08/04 11:46:54 tron Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/25 12:32:10 wiz Exp $ # DISTNAME= nessus-plugins-${VERS} @@ -6,11 +6,12 @@ DISTNAME= nessus-plugins-${VERS} COMMENT= Plugins for the Nessus Network Security Scanner -DEPENDS+= nessus-core-${VERS}:../nessus-core DEPENDS+= nmap>=2.0:../../net/nmap WRKSRC= ${WRKDIR}/nessus-plugins +USE_BUILDLINK2= yes GNU_CONFIGURE= yes +.include "../../security/nessus-core/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |