diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-04 22:26:40 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-04 22:26:40 +0000 |
commit | fa103a42eb83e11761cbe8f86b962ee32133e1e7 (patch) | |
tree | 6c0d036e669d0dcbf535ef91cd0d414787a777ed /mail/p5-Mail-GnuPG | |
parent | 05cedfabe4f81c99157ba02673511ce68aee6496 (diff) |
- Add missing dependency on mail/p5-MIME-Tools
PR: 58987
Submitted by: portsspam@batterybackups.net
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=95074
Diffstat (limited to 'mail/p5-Mail-GnuPG')
-rw-r--r-- | mail/p5-Mail-GnuPG/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Mail-GnuPG/Makefile b/mail/p5-Mail-GnuPG/Makefile index 8bec73d9eec8..67625a968204 100644 --- a/mail/p5-Mail-GnuPG/Makefile +++ b/mail/p5-Mail-GnuPG/Makefile @@ -16,7 +16,8 @@ MAINTAINER= clsung@dragon2.net COMMENT= Perl5 interface to process and/or create PGP email BUILD_DEPENDS= ${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp + ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \ + ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |