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-authpgsql | |
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-authpgsql')
-rw-r--r-- | mail/courier-authpgsql/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/courier-authpgsql/Makefile b/mail/courier-authpgsql/Makefile index 115792965e9..fe28ceec7ae 100644 --- a/mail/courier-authpgsql/Makefile +++ b/mail/courier-authpgsql/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/27 22:39:56 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/27 23:47:09 jlam Exp $ -PKGNAME= courier-authpgsql-${BASE_VERS} -PKGREVISION?= # empty -COMMENT= Courier PostgreSQL authentication module +PKGNAME= courier-authpgsql-${BASE_VERS} +PKGREVISION?= # empty +COMMENT= Courier PostgreSQL authentication module + +DEPENDS+= courier-auth>=${BASE_VERS}:../../mail/courier-auth USE_BUILDLINK_ONLY= yes |