diff options
author | leeym <leeym@FreeBSD.org> | 2008-03-11 06:36:21 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2008-03-11 06:36:21 +0800 |
commit | 0e79cd8433957b00649b162929307998b8a8b160 (patch) | |
tree | 9658ed9883931400a517c2b2ef9feda0efcfb373 /mail | |
parent | 37bea7dce78756ffce7df72f0bf08b5f23745585 (diff) | |
download | freebsd-ports-gnome-0e79cd8433957b00649b162929307998b8a8b160.tar.gz freebsd-ports-gnome-0e79cd8433957b00649b162929307998b8a8b160.tar.zst freebsd-ports-gnome-0e79cd8433957b00649b162929307998b8a8b160.zip |
- fix wrong package name in RUN_DEPENDS
Noticed by: pav@
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 |