aboutsummaryrefslogtreecommitdiff
path: root/security/pbnj
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-10-16 12:13:03 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-10-16 12:13:03 +0000
commit72f4c4414b0512d8c0624d89b20734d0e71538ab (patch)
tree3674fe4f6e1f246a14556a560af5815270f5e5d5 /security/pbnj
parent59b616d6bb376378403a1c61890879d2c14926b9 (diff)
downloadports-72f4c4414b0512d8c0624d89b20734d0e71538ab.tar.gz
ports-72f4c4414b0512d8c0624d89b20734d0e71538ab.zip
- Add missing depends
PR: ports/104362 Submitted by: Joshua Abraham<jabra@ccs.neu.edu> (maintainer) Approved by: portmgr (clement)
Notes
Notes: svn path=/head/; revision=175352
Diffstat (limited to 'security/pbnj')
-rw-r--r--security/pbnj/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pbnj/Makefile b/security/pbnj/Makefile
index b4d317222f53..42dd89bf013e 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 \