diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2007-01-23 08:04:15 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2007-01-23 08:04:15 +0000 |
commit | c06f95a5f2943768cc9bdf1e07d3d3df37fa5dc5 (patch) | |
tree | 48233b6f48a358c9808d9f6a32f7535196e5e35c /textproc/p5-Plagger | |
parent | cf77edae6b22c36ae99624733e9f19aa40d2038a (diff) |
Notes
Diffstat (limited to 'textproc/p5-Plagger')
-rw-r--r-- | textproc/p5-Plagger/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Plagger/Makefile b/textproc/p5-Plagger/Makefile index 4fb329d42d73..7848c6b20d57 100644 --- a/textproc/p5-Plagger/Makefile +++ b/textproc/p5-Plagger/Makefile @@ -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}/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 \ COOKIESHARING "Cookie sharing with Firefox Support" off \ 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 .endif -.if defined(WITH_PUBLISHGMAIL) +.if !defined(WITHOUT_PUBLISHGMAIL) 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}/Email/Address.pm:${PORTSDIR}/mail/p5-Email-Address + ${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools .endif .if defined(WITH_PUBDELICIOUS) |