diff options
author | hasso <hasso@pkgsrc.org> | 2009-06-07 10:44:54 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-06-07 10:44:54 +0000 |
commit | f483b73f27ec4545e504395527d178ce5098ebb5 (patch) | |
tree | ff06ead2590c9f71976dce3d5349b8feaa39305d /mail | |
parent | 54242f5ff41ecf7a38062e88f9fb06177465fdaa (diff) | |
download | pkgsrc-f483b73f27ec4545e504395527d178ce5098ebb5.tar.gz |
Fix a typo.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sympa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile index b390401e3cf..b8546eff7c9 100644 --- a/mail/sympa/Makefile +++ b/mail/sympa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2009/06/01 19:38:57 sno Exp $ +# $NetBSD: Makefile,v 1.40 2009/06/07 10:44:54 hasso Exp $ # DISTNAME= sympa-5.4.4 @@ -22,7 +22,7 @@ DEPENDS+= p5-MailTools>=1.51:../../mail/p5-MailTools DEPENDS+= {perl>=5.10,p5-Net>=1.0}:../../net/p5-Net DEPENDS+= p5-SOAP-Lite-[0-9]*:../../net/p5-SOAP-Lite DEPENDS+= p5-Crypt-CipherSaber>=0.50:../../security/p5-Crypt-CipherSaber -DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.00]:../../security/p5-Digest-MD5 +DEPENDS+= {perl>=5.10,p5-Digest-MD5>=2.00}:../../security/p5-Digest-MD5 DEPENDS+= p5-IO-Socket-SSL>=0.90:../../security/p5-IO-Socket-SSL DEPENDS+= p5-Net-SSLeay>=1.16:../../security/p5-Net-SSLeay DEPENDS+= {perl>=5.10,p5-CGI>=2.52}:../../www/p5-CGI |