View | Details | Raw Unified | Return to bug 51069
Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 17-24 Link Here
17
17
18
# On Perl < 5.8.0, XML::Twig has a further optional dependency on WeakRef.
18
# On Perl < 5.8.0, XML::Twig has a further optional dependency on WeakRef.
19
# However, WeakRef needs Perl 5.005_55.
19
# However, WeakRef needs Perl 5.005_55.
20
RUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \
20
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
21
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
21
RUN_DEPENDS=	${BUILD_DEPENDS} \
22
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
22
23
23
PERL_CONFIGURE=	YES
24
PERL_CONFIGURE=	YES

Return to bug 51069