mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix dependecy checking.
This commit is contained in:
parent
cf77edae6b
commit
c06f95a5f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183053
1 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accesso
|
||||||
${SITE_PERL}/HTML/ResolveLink.pm:${PORTSDIR}/www/p5-HTML-ResolveLink \
|
${SITE_PERL}/HTML/ResolveLink.pm:${PORTSDIR}/www/p5-HTML-ResolveLink \
|
||||||
${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch
|
${SITE_PERL}/URI/Fetch.pm:${PORTSDIR}/www/p5-URI-Fetch
|
||||||
|
|
||||||
OPTIONS= BETTERENCODING "Better Encoding detection Support" off \
|
OPTIONS= BETTERENCODING "Better Encoding detection Support" on \
|
||||||
PODTESTING "POD Testing Support" off \
|
PODTESTING "POD Testing Support" off \
|
||||||
COOKIESHARING "Cookie sharing with Firefox Support" off \
|
COOKIESHARING "Cookie sharing with Firefox Support" off \
|
||||||
LIBERALXML "Liberal XML parsing Support" on \
|
LIBERALXML "Liberal XML parsing Support" on \
|
||||||
|
@ -246,10 +246,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/URI/Find.pm:${PORTSDIR}/textproc/p5-URI-Find
|
||||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/KinoSearch.pm:${PORTSDIR}/textproc/p5-KinoSearch
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/KinoSearch.pm:${PORTSDIR}/textproc/p5-KinoSearch
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_PUBLISHGMAIL)
|
.if !defined(WITHOUT_PUBLISHGMAIL)
|
||||||
BUILD_DEPENDS+= ${SITE_PERL}/Net/SMTP/TLS.pm:${PORTSDIR}/mail/p5-Net-SMTP-TLS \
|
BUILD_DEPENDS+= ${SITE_PERL}/Net/SMTP/TLS.pm:${PORTSDIR}/mail/p5-Net-SMTP-TLS \
|
||||||
${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
|
${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
|
||||||
${SITE_PERL}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address
|
${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if defined(WITH_PUBDELICIOUS)
|
.if defined(WITH_PUBDELICIOUS)
|
||||||
|
|
Loading…
Add table
Reference in a new issue