diff options
author | miwi <miwi@FreeBSD.org> | 2006-10-16 12:13:03 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-10-16 12:13:03 +0000 |
commit | e67b4b65f4cbc0dfc1f9db2d4b58c0aced5e4fac (patch) | |
tree | f1ede1ce2f936604451fba8d5b157272c8a1a543 /security/pbnj | |
parent | da7aa03798b913189aca45c2ef69877f116cc82d (diff) | |
download | FreeBSD-ports-e67b4b65f4cbc0dfc1f9db2d4b58c0aced5e4fac.zip FreeBSD-ports-e67b4b65f4cbc0dfc1f9db2d4b58c0aced5e4fac.tar.gz |
- Add missing depends
PR: ports/104362
Submitted by: Joshua Abraham<jabra@ccs.neu.edu> (maintainer)
Approved by: portmgr (clement)
Diffstat (limited to 'security/pbnj')
-rw-r--r-- | security/pbnj/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pbnj/Makefile b/security/pbnj/Makefile index b4d3172..42dd89b 100644 --- a/security/pbnj/Makefile +++ b/security/pbnj/Makefile @@ -15,7 +15,8 @@ PKGNAMEPREFIX= MAINTAINER= jabra@ccs.neu.edu COMMENT= A suite of tools to monitor changes on a network -BUILD_DEPENDS= ${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \ +BUILD_DEPENDS= ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML \ + ${SITE_PERL}/XML/Twig.pm:${PORTSDIR}/textproc/p5-XML-Twig \ ${SITE_PERL}/Nmap/Parser.pm:${PORTSDIR}/security/p5-Nmap-Parser \ ${SITE_PERL}/mach/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ ${SITE_PERL}/mach/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS \ |