summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgdt <gdt>2006-03-17 16:09:44 +0000
committergdt <gdt>2006-03-17 16:09:44 +0000
commit856d0ef432908960ea7a63573aca6addfea885c7 (patch)
treef0d440f0a8d40a70f6946143fb12a552bfef8676 /mail
parent93851efdfa35c9040ea02da4a536ad92ce1530da (diff)
downloadpkgsrc-856d0ef432908960ea7a63573aca6addfea885c7.tar.gz
Set PKG_DEFAULT_OPTIONS to ssl. It violates the Principle of Least
Astonishment that programs build w/o ssl support by default, and it's nearly inconceivable that someone would have all the gnome stuff this needs and not ssl. Works with remote imaps (dovecot) on current/i386. PGKREVISION++. Perhaps ssl should globally default to yes, like inet6.
Diffstat (limited to 'mail')
-rw-r--r--mail/mail-notification/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mail-notification/Makefile b/mail/mail-notification/Makefile
index 761d8810216..d42026cdef3 100644
--- a/mail/mail-notification/Makefile
+++ b/mail/mail-notification/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2006/03/06 00:18:18 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2006/03/17 16:09:44 gdt Exp $
#
DISTNAME= mail-notification-2.0
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= mail gnome
MASTER_SITES= http://savannah.nongnu.org/download/mailnotify/
@@ -27,6 +27,7 @@ CONF_FILES= ${EGDIR}/sound/events/mail-notification.soundlist \
PKG_OPTIONS_VAR= PKG_OPTIONS.mail-notification
PKG_SUPPORTED_OPTIONS= inet6 sasl ssl
+PKG_DEFAULT_OPTIONS= ssl
.include "../../mk/bsd.options.mk"