diff options
author | jlam <jlam@pkgsrc.org> | 2002-01-27 23:47:08 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-01-27 23:47:08 +0000 |
commit | 54f92a2785276041f9c1a4dc61f80bb70e546a3a (patch) | |
tree | 582432c68c35a2b83602dc1ce2fea3a17fa2ee84 /mail/courier-authldap | |
parent | a757b523d682032406b455f540d2099dd6795412 (diff) | |
download | pkgsrc-54f92a2785276041f9c1a4dc61f80bb70e546a3a.tar.gz |
Move dependency on courier-auth into the module Makefiles and use
Makefile.authdaemond to replace a lot of the complexity in
courier-auth/Makefile.
Diffstat (limited to 'mail/courier-authldap')
-rw-r--r-- | mail/courier-authldap/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/mail/courier-authldap/Makefile b/mail/courier-authldap/Makefile index 3b29325c5a9..bab6c6edbcb 100644 --- a/mail/courier-authldap/Makefile +++ b/mail/courier-authldap/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2002/01/27 21:35:19 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/01/27 23:47:08 jlam Exp $ -PKGNAME= courier-authldap-${BASE_VERS} -PKGREVISION?= # empty -COMMENT= Courier LDAP authentication module +PKGNAME= courier-authldap-${BASE_VERS} +PKGREVISION?= # empty +COMMENT= Courier LDAP authentication module -CONFLICTS= courier-imap-ldap-[0-9]* +CONFLICTS= courier-imap-ldap-[0-9]* + +DEPENDS+= courier-auth>=${BASE_VERS}:../../mail/courier-auth USE_BUILDLINK_ONLY= yes |