diff options
author | simonb <simonb@pkgsrc.org> | 2002-07-21 04:47:08 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2002-07-21 04:47:08 +0000 |
commit | ed4ff8479da7db58646b9178ea21b876c9a07b89 (patch) | |
tree | d2b3a5c119188759d47cd8910433a6a4f928f424 | |
parent | ada8ffddbb2c61770d4be64332487c8ada13eb1e (diff) | |
download | pkgsrc-ed4ff8479da7db58646b9178ea21b876c9a07b89.tar.gz |
This needs a DEPENDS on security/p5-Digest-MD5 to work.
-rw-r--r-- | mail/anomy-sanitizer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile index 6524f8859fe..e805436e5c7 100644 --- a/mail/anomy-sanitizer/Makefile +++ b/mail/anomy-sanitizer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/07/20 20:28:23 kim Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/21 04:47:08 simonb Exp $ # DISTNAME= anomy-sanitizer-1.49 @@ -10,6 +10,7 @@ HOMEPAGE= http://mailtools.anomy.net/ COMMENT= Mail message filter and sanitizer DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 .include "../../mk/bsd.prefs.mk" |