diff options
author | jlam <jlam> | 2002-01-27 23:47:08 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-01-27 23:47:08 +0000 |
commit | 2e3e7b534c001dd1eec4fafb87391beed74faaa4 (patch) | |
tree | 582432c68c35a2b83602dc1ce2fea3a17fa2ee84 /mail/courier-authmysql | |
parent | 47cf2b7b0dd5ff01a4b579fc90aefae26b885373 (diff) | |
download | pkgsrc-2e3e7b534c001dd1eec4fafb87391beed74faaa4.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-authmysql')
-rw-r--r-- | mail/courier-authmysql/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/mail/courier-authmysql/Makefile b/mail/courier-authmysql/Makefile index 4314a4c9c79..b02710d857e 100644 --- a/mail/courier-authmysql/Makefile +++ b/mail/courier-authmysql/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/01/27 22:39:14 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2002/01/27 23:47:09 jlam Exp $ -PKGNAME= courier-authmysql-${BASE_VERS} -PKGREVISION?= # empty -COMMENT= Courier MySQL authentication module +PKGNAME= courier-authmysql-${BASE_VERS} +PKGREVISION?= # empty +COMMENT= Courier MySQL authentication module + +DEPENDS+= courier-auth>=${BASE_VERS}:../../mail/courier-auth USE_BUILDLINK_ONLY= yes |