aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail812
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-03-02 20:41:14 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-03-02 20:41:14 +0000
commitb5851c5b0ee7424882a331fcaca64ef11cd2a255 (patch)
tree8d3b00d37c818a21f804d66af7b5b83409d67962 /mail/sendmail812
parent59430866cb3d450d232ee470d2f776b28f0a0582 (diff)
downloadports-b5851c5b0ee7424882a331fcaca64ef11cd2a255.tar.gz
ports-b5851c5b0ee7424882a331fcaca64ef11cd2a255.zip
Notes
Diffstat (limited to 'mail/sendmail812')
-rw-r--r--mail/sendmail812/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail812/Makefile b/mail/sendmail812/Makefile
index 609133f8f729..5ca67264de40 100644
--- a/mail/sendmail812/Makefile
+++ b/mail/sendmail812/Makefile
@@ -47,9 +47,9 @@ PKGMESSAGE= ${WRKSRC}/pkg-message
.if defined(SENDMAIL_WITH_SMTPS)
.if !defined(SENDMAIL_WITH_TLS) && !defined(WITH_TLS)
-.BEGIN:
- @${ECHO_CMD} "DEPENDENCY NOTE: SENDMAIL_WITH_TLS will be enabled to support SENDMAIL_WITH_SMTPS"
SENDMAIL_WITH_TLS=yes
+pre-configure:
+ @${ECHO_CMD} "DEPENDENCY NOTE: SENDMAIL_WITH_TLS will be enabled to support SENDMAIL_WITH_SMTPS"
.endif
.endif