aboutsummaryrefslogtreecommitdiffstats
path: root/devel/bugzilla2
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-10-26 14:17:02 +0800
committerkris <kris@FreeBSD.org>2005-10-26 14:17:02 +0800
commitf35b7d35a84247dcc694aa8e8e06e9b5281502fc (patch)
treebaff6ca61bdb940e8643978d7046b0582bd5d708 /devel/bugzilla2
parentbac955301fbf7e38b749189510d03391fa3cdbc6 (diff)
downloadfreebsd-ports-gnome-f35b7d35a84247dcc694aa8e8e06e9b5281502fc.tar.gz
freebsd-ports-gnome-f35b7d35a84247dcc694aa8e8e06e9b5281502fc.tar.zst
freebsd-ports-gnome-f35b7d35a84247dcc694aa8e8e06e9b5281502fc.zip
BROKEN: Missing perl dependency
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 \