diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-10-26 08:26:51 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-10-26 08:26:51 +0000 |
commit | 870e4797be3a8cd155a1cb128950df8486ab2d22 (patch) | |
tree | 2c0a1b2ab781e5893efb1e003c21576280869de2 /devel/bugzilla | |
parent | c25ca102c507c8226e77ebacd21cbc769647f976 (diff) | |
download | ports-870e4797be3a8cd155a1cb128950df8486ab2d22.tar.gz ports-870e4797be3a8cd155a1cb128950df8486ab2d22.zip |
Notes
Diffstat (limited to 'devel/bugzilla')
-rw-r--r-- | devel/bugzilla/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/bugzilla/Makefile b/devel/bugzilla/Makefile index 816be7bbe056..fad0d8e199e1 100644 --- a/devel/bugzilla/Makefile +++ b/devel/bugzilla/Makefile @@ -21,8 +21,6 @@ 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 \ @@ -35,6 +33,7 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DB CONFLICTS?= ja-bugzilla-2.* +USE_PERL5= yes USE_REINPLACE= yes BINMODE= 700 |