summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-05-22 07:08:50 +0000
committerrillig <rillig@pkgsrc.org>2006-05-22 07:08:50 +0000
commit37b290339e7439551eb88308f5eb7bde14aa6dbd (patch)
tree88c6e89e45ba19d0725c9351fb4a556f5ab2dc86 /mail
parent04b451a7a18afe8403630026553f9ccb22bf4b95 (diff)
downloadpkgsrc-37b290339e7439551eb88308f5eb7bde14aa6dbd.tar.gz
Fixed typo (PKG_SUGGEST_OPTIONS).
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail812/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sendmail812/options.mk b/mail/sendmail812/options.mk
index bf3a90aee08..7d055c759a7 100644
--- a/mail/sendmail812/options.mk
+++ b/mail/sendmail812/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2006/04/13 21:45:14 wiz Exp $
+# $NetBSD: options.mk,v 1.5 2006/05/22 07:08:50 rillig Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.sendmail
PKG_OPTIONS_OPTIONAL_GROUPS= database
@@ -9,7 +9,7 @@ PKG_SUGGESTED_OPTIONS= tcpwrappers
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-PKG_SUGGEST_OPTIONS+= db2
+PKG_SUGGESTED_OPTIONS+= db2
.endif
.include "../../mk/bsd.options.mk"