diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-08 10:29:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-12-08 10:29:37 +0000 |
commit | c46101db22a15cd6cb17c876a511e34e9b34cdfd (patch) | |
tree | d7b884544d315909371d9c1727890983184e24a9 /devel/p5-Log-Dispatch | |
parent | bf7f512b3860bca06dea55ade265e48422b79d3c (diff) | |
download | ports-c46101db22a15cd6cb17c876a511e34e9b34cdfd.tar.gz ports-c46101db22a15cd6cb17c876a511e34e9b34cdfd.zip |
Handle OPTIONS more properly for oncoming bsd.port.mk changes.
Notes
Notes:
svn path=/head/; revision=123451
Diffstat (limited to 'devel/p5-Log-Dispatch')
-rw-r--r-- | devel/p5-Log-Dispatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-Log-Dispatch/Makefile b/devel/p5-Log-Dispatch/Makefile index 31b1c5bfa08b..ab8d57f5c277 100644 --- a/devel/p5-Log-Dispatch/Makefile +++ b/devel/p5-Log-Dispatch/Makefile @@ -69,7 +69,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite BUILD_DEPENDS+= ${SITE_PERL}/Mail/Send.pm:${PORTSDIR}/mail/p5-Mail-Tools .endif -.if defined(WITH_EMAIL_MAILSENDMAIL) +.if !defined(WITHOUT_EMAIL_MAILSENDMAIL) BUILD_DEPENDS+= ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail .endif |