diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-10 02:22:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-10 02:22:49 +0000 |
commit | 57ec57613f26773de5efd860266e7e86199254b7 (patch) | |
tree | 8abf46d6a8e9e71a4c3767971f8e49b7a282b86d /mail/courier-auth | |
parent | 99b8496906e97fd4f9e056e33a19d467a989039b (diff) | |
download | pkgsrc-57ec57613f26773de5efd860266e7e86199254b7.tar.gz |
PERL5_REQD is now a list of values, so append to its value instead of
setting it.
Diffstat (limited to 'mail/courier-auth')
-rw-r--r-- | mail/courier-auth/Makefile.authdaemond | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/courier-auth/Makefile.authdaemond b/mail/courier-auth/Makefile.authdaemond index bab3a4d721c..2b6270afbf3 100644 --- a/mail/courier-auth/Makefile.authdaemond +++ b/mail/courier-auth/Makefile.authdaemond @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.authdaemond,v 1.5 2004/01/11 19:41:39 cjep Exp $ +# $NetBSD: Makefile.authdaemond,v 1.6 2004/02/10 02:22:50 jlam Exp $ .include "../../mail/courier-auth/Makefile.common" -PERL5_REQD= 5.6.0 +PERL5_REQD+= 5.6.0 USE_PERL5?= build WRKSRC_FILES= config.guess config.sub configure \ |