pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/sendmail While I'm here add back the PKG_OPTIONS_...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9fd2a042285f
branches:  trunk
changeset: 501312:9fd2a042285f
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Thu Oct 20 15:10:01 2005 +0000

description:
While I'm here add back the PKG_OPTIONS_LEGACY_OPTS for socketmap

diffstat:

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

diffs (16 lines):

diff -r ebd50976981e -r 9fd2a042285f mail/sendmail/options.mk
--- a/mail/sendmail/options.mk  Thu Oct 20 15:07:26 2005 +0000
+++ b/mail/sendmail/options.mk  Thu Oct 20 15:10:01 2005 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: options.mk,v 1.12 2005/10/20 15:07:26 adrianp Exp $
+# $NetBSD: options.mk,v 1.13 2005/10/20 15:10:01 adrianp Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.sendmail
 PKG_SUPPORTED_OPTIONS= inet6 db2 db4 ldap sasl tls tcpwrappers sendmail-socketmap
 PKG_SUGGESTED_OPTIONS= tcpwrappers
+
 PKG_OPTIONS_LEGACY_OPTS+=      starttls:tls
+PKG_OPTIONS_LEGACY_OPTS+=      socketmap:sendmail-socketmap
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index