diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-03-10 22:36:21 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2008-03-10 22:36:21 +0000 |
commit | 2334037089c83e1a76d511d7eb06c0ea7a6fac76 (patch) | |
tree | 38ff033e97b839dd358eabb283b90790ef75cef5 /mail | |
parent | - Remove dependency on X_CLIENTS_PORT (diff) |
- fix wrong package name in RUN_DEPENDS
Noticed by: pav@
Notes
Notes:
svn path=/head/; revision=208769
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-GnuPG/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-GnuPG/Makefile b/mail/p5-Mail-GnuPG/Makefile index 475cacaf5011..e078b50736af 100644 --- a/mail/p5-Mail-GnuPG/Makefile +++ b/mail/p5-Mail-GnuPG/Makefile @@ -16,7 +16,7 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Perl5 interface to process and/or create PGP email RUN_DEPENDS= p5-GnuPG-Interface>=0:${PORTSDIR}/security/p5-GnuPG-Interface \ - p5-MIME-tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ + p5-MIME-Tools>=0:${PORTSDIR}/mail/p5-MIME-Tools \ p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools PERL_CONFIGURE= yes |