diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-06-07 07:50:57 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-06-07 07:50:57 +0000 |
commit | 2b579b7d6a9d3b57e6d6a840adf8430c6140f8aa (patch) | |
tree | 69b79b71dfff1c87381e269759871ecba502e137 /mail/sqwebmail/Makefile | |
parent | 8d39a0e418aa3c4931277e6cea036f15c25c3411 (diff) | |
download | pkgsrc-2b579b7d6a9d3b57e6d6a840adf8430c6140f8aa.tar.gz |
Move handling of the "fam" option directly into the Courier packages
which use it. This fixes the build of courier-maildir (which includes
courier-mta/Makefile.common) since -r1.60 of mk/bsd.options.mk.
Diffstat (limited to 'mail/sqwebmail/Makefile')
-rw-r--r-- | mail/sqwebmail/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index 00b8092213b..d2a8868cdae 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/06/17 19:26:48 jlam Exp $ +# $NetBSD: Makefile,v 1.51 2007/06/07 07:50:57 schmonz Exp $ DISTNAME= sqwebmail-5.1.2 PKGREVISION= 1 @@ -19,6 +19,12 @@ USE_LIBTOOL= yes PKG_SUPPORTED_OPTIONS+= fam +.include "../../mk/bsd.options.mk" + +.if !empty(PKG_OPTIONS:Mfam) +. include "../../mk/fam.buildlink3.mk" +.endif + # PKGNAME is a parameter to the following file. PKGNAME= ${DISTNAME} .include "../../mail/courier-mta/Makefile.common" |