summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-19 13:02:55 +0000
committerwiz <wiz>2004-09-19 13:02:55 +0000
commit4d95f80f95fc3cabc8f86de1a37dabe60ee8819c (patch)
tree2782f753510bb1a5682ba727c8e7003ad68f586e /mail
parent067ca8e334e291a9c51ba644b643a9df6852c7bf (diff)
downloadpkgsrc-4d95f80f95fc3cabc8f86de1a37dabe60ee8819c.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'mail')
-rw-r--r--mail/msmtp/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/msmtp/options.mk b/mail/msmtp/options.mk
index 25f8a818025..a758be96087 100644
--- a/mail/msmtp/options.mk
+++ b/mail/msmtp/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2004/09/19 13:02:15 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2004/09/19 13:02:55 wiz Exp $
.if defined(MSMTP_USE_GNUTLS) && !empty(MSMTP_USE_GNUTLS:M[yY][eE][sS])
PKG_DEFAULT_OPTIONS+= gnutls
@@ -43,7 +43,7 @@ PKG_DEFAULT_OPTIONS+= inet6 ssl
### GNUsasl support.
###
.if !empty(PKG_OPTIONS:Mgsasl)
-.include "../../security/gsasl/buildlink3.mk"
+.include "../../security/gsasl/buildlink3.mk"
.endif
###