diff options
author | skv <skv@FreeBSD.org> | 2005-10-26 16:26:51 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2005-10-26 16:26:51 +0800 |
commit | 0930be25747acbd76bec4614258ccf67452c2e8f (patch) | |
tree | 485f2e5c85b75b0a1326159d2ad84418cacf0e6a /devel | |
parent | ac4823e82e9c19a8f174e2306bf1ea98294d1313 (diff) | |
download | freebsd-ports-gnome-0930be25747acbd76bec4614258ccf67452c2e8f.tar.gz freebsd-ports-gnome-0930be25747acbd76bec4614258ccf67452c2e8f.tar.zst freebsd-ports-gnome-0930be25747acbd76bec4614258ccf67452c2e8f.zip |
Unbreak build.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/bugzilla/Makefile | 3 | ||||
-rw-r--r-- | devel/bugzilla2/Makefile | 3 | ||||
-rw-r--r-- | devel/bugzilla3/Makefile | 3 |
3 files changed, 3 insertions, 6 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 diff --git a/devel/bugzilla2/Makefile b/devel/bugzilla2/Makefile index 816be7bbe056..fad0d8e199e1 100644 --- a/devel/bugzilla2/Makefile +++ b/devel/bugzilla2/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 diff --git a/devel/bugzilla3/Makefile b/devel/bugzilla3/Makefile index 816be7bbe056..fad0d8e199e1 100644 --- a/devel/bugzilla3/Makefile +++ b/devel/bugzilla3/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 |