pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mail-notification Use PKG_SUGGESTED_OPTIONS, not ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7df5a7525fcb
branches:  trunk
changeset: 509888:7df5a7525fcb
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Fri Mar 17 17:42:57 2006 +0000

description:
Use PKG_SUGGESTED_OPTIONS, not PKG_DEFAULT_OPTIONS, per the guide.

diffstat:

 mail/mail-notification/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b5ba04b88ec4 -r 7df5a7525fcb mail/mail-notification/Makefile
--- a/mail/mail-notification/Makefile   Fri Mar 17 16:09:44 2006 +0000
+++ b/mail/mail-notification/Makefile   Fri Mar 17 17:42:57 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/03/17 16:09:44 gdt Exp $
+# $NetBSD: Makefile,v 1.24 2006/03/17 17:42:57 gdt Exp $
 #
 
 DISTNAME=      mail-notification-2.0
@@ -27,7 +27,7 @@
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.mail-notification
 PKG_SUPPORTED_OPTIONS= inet6 sasl ssl
-PKG_DEFAULT_OPTIONS=   ssl
+PKG_SUGGESTED_OPTIONS= ssl
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index