pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sendmail812 Fixed typo (PKG_SUGGEST_OPTIONS).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/210408581f7d
branches:  trunk
changeset: 513192:210408581f7d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 22 07:08:50 2006 +0000

description:
Fixed typo (PKG_SUGGEST_OPTIONS).

diffstat:

 mail/sendmail812/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r dab621f34b15 -r 210408581f7d mail/sendmail812/options.mk
--- a/mail/sendmail812/options.mk       Mon May 22 07:05:27 2006 +0000
+++ b/mail/sendmail812/options.mk       Mon May 22 07:08:50 2006 +0000
@@ -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 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "SunOS"
-PKG_SUGGEST_OPTIONS+=  db2
+PKG_SUGGESTED_OPTIONS+=        db2
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index