diff options
author | agc <agc@pkgsrc.org> | 2004-09-26 18:35:51 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-09-26 18:35:51 +0000 |
commit | d213816536d3ee81ce0caa0d0b79ca2cb0c2da22 (patch) | |
tree | b62c5cc9b3fac1bb3c3936498f478de07bee4ba7 | |
parent | 6b6e74f7ffde88fb7cc78b7d2523ecebb6ce22e9 (diff) | |
download | pkgsrc-d213816536d3ee81ce0caa0d0b79ca2cb0c2da22.tar.gz |
Use the correct path for p5-Convert-BinHex.
-rw-r--r-- | mail/mailscanner/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mailscanner/Makefile b/mail/mailscanner/Makefile index bc730f21ca3..70df41fafd5 100644 --- a/mail/mailscanner/Makefile +++ b/mail/mailscanner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/09/25 00:33:19 grant Exp $ +# $NetBSD: Makefile,v 1.2 2004/09/26 18:35:51 agc Exp $ # DISTNAME= MailScanner-4.30.3-2 @@ -16,7 +16,7 @@ USE_PKGINSTALL= YES PKG_SYSCONFSUBDIR= MailScanner DEPENDS+= p5-Archive-Zip-[0-9]*:../../archivers/p5-Archive-Zip -DEPENDS+= p5-Convert-BinHex-[0-9]*:../../wip/p5-Convert-BinHex +DEPENDS+= p5-Convert-BinHex-[0-9]*:../../converters/p5-Convert-BinHex DEPENDS+= p5-Net-CIDR>=0.09:../../devel/p5-Net-CIDR DEPENDS+= p5-MIME-tools>=0:../../mail/p5-MIME-tools DEPENDS+= tnef>=1.0:../../mail/tnef |