diff options
author | kris <kris@FreeBSD.org> | 2005-10-26 14:17:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-26 14:17:02 +0800 |
commit | f35b7d35a84247dcc694aa8e8e06e9b5281502fc (patch) | |
tree | baff6ca61bdb940e8643978d7046b0582bd5d708 /devel/bugzilla2 | |
parent | bac955301fbf7e38b749189510d03391fa3cdbc6 (diff) | |
download | freebsd-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/Makefile | 2 |
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 \ |