diff options
author | tobez <tobez@FreeBSD.org> | 2010-06-11 17:56:32 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2010-06-11 17:56:32 +0800 |
commit | 69f121c46bb5aea29051cc2bc0066ef0648cf877 (patch) | |
tree | 5b9a7d10bbb19a3e9c4fa83e3cf154998f60ee9a /mail | |
parent | ca927212b8bf4cd9ebbf3e5887961286c9970e1c (diff) | |
download | freebsd-ports-gnome-69f121c46bb5aea29051cc2bc0066ef0648cf877.tar.gz freebsd-ports-gnome-69f121c46bb5aea29051cc2bc0066ef0648cf877.tar.zst freebsd-ports-gnome-69f121c46bb5aea29051cc2bc0066ef0648cf877.zip |
Fix dependency. Bump PORTREVISION.
Noticed by: QAT
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Email-Valid/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/p5-Email-Valid/Makefile b/mail/p5-Email-Valid/Makefile index e9501a0e7525..35144a1869ce 100644 --- a/mail/p5-Email-Valid/Makefile +++ b/mail/p5-Email-Valid/Makefile @@ -7,6 +7,7 @@ PORTNAME= Email-Valid PORTVERSION= 0.184 +PORTREVISION= 1 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +16,7 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Check validity of Internet email addresses BUILD_DEPENDS= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \ - p5-Mail-Address>=0:${PORTSDIR}/mail/p5-Mail-Tools \ + p5-Mail-Tools>=0:${PORTSDIR}/mail/p5-Mail-Tools \ p5-Net-Domain-TLD>0:${PORTSDIR}/dns/p5-Net-Domain-TLD RUN_DEPENDS= ${BUILD_DEPENDS} |