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 | 89ef9a34db2beaaa21b26f7b17a5b40ca495ec48 (patch) | |
tree | 8abf46d6a8e9e71a4c3767971f8e49b7a282b86d /mail/maildrop | |
parent | 2bbee7b9c9cd35ce4c14679aecf1335bfead9b7a (diff) | |
download | pkgsrc-89ef9a34db2beaaa21b26f7b17a5b40ca495ec48.tar.gz |
PERL5_REQD is now a list of values, so append to its value instead of
setting it.
Diffstat (limited to 'mail/maildrop')
-rw-r--r-- | mail/maildrop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index c219f07442e..0ae0dcac609 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2003/05/29 23:14:09 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/10 02:22:50 jlam Exp $ DISTNAME= maildrop-1.3.9 COMMENT= Courier mail delivery agent with filtering abilities HOMEPAGE= http://www.flounder.net/~mrsam/maildrop/ -PERL5_REQD= 5.6.0 +PERL5_REQD+= 5.6.0 USE_PERL5= build DEPENDS+= courier-maildirmake>=0.37.1:../../mail/courier-maildirmake |