pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/maildrop This package is missing an inclusion of ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d364513c7112
branches:  trunk
changeset: 532036:d364513c7112
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Aug 10 15:00:12 2007 +0000

description:
This package is missing an inclusion of bsd.options.mk, which caused the
"authlib" PKG_OPTION to be ignored.

diffstat:

 mail/maildrop/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r aabbe642da93 -r d364513c7112 mail/maildrop/Makefile
--- a/mail/maildrop/Makefile    Fri Aug 10 14:07:22 2007 +0000
+++ b/mail/maildrop/Makefile    Fri Aug 10 15:00:12 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2007/08/02 22:07:32 jlam Exp $
+# $NetBSD: Makefile,v 1.43 2007/08/10 15:00:12 jlam Exp $
 
 DISTNAME=      maildrop-2.0.2
 CATEGORIES=    security
@@ -20,6 +20,7 @@
 PKG_SUPPORTED_OPTIONS= authlib
 PKG_SUGGESTED_OPTIONS= authlib
 
+.include "../../mk/bsd.options.mk"
 .include "../../mail/courier-mta/Makefile.common"
 
 # These are the users that may invoke maildrop with the "-d user"



Home | Main Index | Thread Index | Old Index