mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add missing denepency
PR: ports/102114 Submitted by: Vivek Khera <vivek at khera.org> (maintainer)
This commit is contained in:
parent
91b7c303c1
commit
9a10834ebd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170765
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= rt
|
||||
PORTVERSION?= 3.6.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES?= http://download.bestpractical.com/pub/rt/release/ \
|
||||
http://download.bestpractical.com/pub/rt/devel/ \
|
||||
@ -57,7 +58,8 @@ BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} \
|
||||
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \
|
||||
${SITE_PERL}/GD/Text.pm:${PORTSDIR}/graphics/p5-GD-TextUtil \
|
||||
${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple
|
||||
${SITE_PERL}/Calendar/Simple.pm:${PORTSDIR}/devel/p5-Calendar-Simple \
|
||||
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require
|
||||
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user