aboutsummaryrefslogtreecommitdiff
path: root/devel/bugzilla2
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-10-26 06:17:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-10-26 06:17:02 +0000
commit028faf04c6bef3af984300214df027e7c93fdd82 (patch)
tree784adc469b329629dca54d7009ea84e1c2fd48df /devel/bugzilla2
parent13b83491e48fd9dc491f49e4c082b33ba2230ad8 (diff)
downloadports-028faf04c6bef3af984300214df027e7c93fdd82.tar.gz
ports-028faf04c6bef3af984300214df027e7c93fdd82.zip
BROKEN: Missing perl dependency
Notes
Notes: svn path=/head/; revision=146369
Diffstat (limited to 'devel/bugzilla2')
-rw-r--r--devel/bugzilla2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile
index 250f58b272bc..816be7bbe056 100644
--- a/devel/bugzilla2/Makefile
+++ b/devel/bugzilla2/Makefile
@@ -21,6 +21,8 @@ OPTIONS= CHARTING_MODULES "Bug charting support" on \
CONTRIB "Install user-contributed scripts" off \
LDAP "Enable LDAP support" off
+BROKEN= Missing perl dependency
+
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql \
${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \
${SITE_PERL}/AppConfig.pm:${PORTSDIR}/devel/p5-AppConfig \