diff options
author | tobez <tobez@FreeBSD.org> | 2004-04-19 20:17:38 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2004-04-19 20:17:38 +0800 |
commit | 5fb7f2ca23dbc458b7903173f98747d52ed6b4d8 (patch) | |
tree | 33f5a1a3d59fe2e359032231755436114306075d /mail | |
parent | 87bba97bf94af0673df8019d1b47b7ee518aac23 (diff) | |
download | freebsd-ports-gnome-5fb7f2ca23dbc458b7903173f98747d52ed6b4d8.tar.gz freebsd-ports-gnome-5fb7f2ca23dbc458b7903173f98747d52ed6b4d8.tar.zst freebsd-ports-gnome-5fb7f2ca23dbc458b7903173f98747d52ed6b4d8.zip |
Resolve naming conflict with mail/p5-Mail-Box.
Reported by: kris
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-Box1/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/p5-Mail-Box1/Makefile b/mail/p5-Mail-Box1/Makefile index 6cd683380791..661367ca1bca 100644 --- a/mail/p5-Mail-Box1/Makefile +++ b/mail/p5-Mail-Box1/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools \ ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate RUN_DEPENDS= ${BUILD_DEPENDS} +NO_LATEST_LINK= yes PERL_CONFIGURE= yes MAN3= Mail::Box.3 \ |