diff options
author | jlam <jlam@pkgsrc.org> | 2006-01-03 05:36:36 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-01-03 05:36:36 +0000 |
commit | 0e2554faf2f31686f048e0b953866fc463cb82bf (patch) | |
tree | e535028dbf4c4af79128984053a92e9150b14f8a /mail/courier-imap | |
parent | 37987de2e158ad33fa5a4676fbe37c4de84c1ba8 (diff) | |
download | pkgsrc-0e2554faf2f31686f048e0b953866fc463cb82bf.tar.gz |
Note once again that "fam" is a supported package option for courier-imap.
The logic to handle this is still in mail/courier-maildir/Makefile.common,
but the package option must now be specified here.
Diffstat (limited to 'mail/courier-imap')
-rw-r--r-- | mail/courier-imap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile index 4a501a10cf6..29640a68c63 100644 --- a/mail/courier-imap/Makefile +++ b/mail/courier-imap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2005/12/29 06:21:47 jlam Exp $ +# $NetBSD: Makefile,v 1.49 2006/01/03 05:36:36 jlam Exp $ DISTNAME= courier-imap-4.0.6 CATEGORIES= mail @@ -15,8 +15,10 @@ USE_TOOLS+= env gmake perl USE_LANGUAGES= c c++ USE_LIBTOOL= yes +PKG_SUPPORTED_OPTIONS+= fam + # PKGNAME is a parameter to the following file -PKGNAME= ${DISTNAME} +PKGNAME= ${DISTNAME} .include "../../mail/courier-maildir/Makefile.common" CONFIGURE_ARGS+= --datadir=${PREFIX}/share/courier |