diff options
author | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-29 02:37:23 +0800 |
commit | d767f0728d3efeb994fab115409d2613056d4dcb (patch) | |
tree | fcc23cd040c16dbe5fcf8d453dc0e501e4c30dac /mail/grepmail/Makefile | |
parent | 22c51e57b674473bf359f08d37a6a1c82ff7bea7 (diff) | |
download | freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.gz freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.tar.zst freebsd-ports-gnome-d767f0728d3efeb994fab115409d2613056d4dcb.zip |
- Remove SITE_PERL from *_DEPENDS
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r-- | mail/grepmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index b03b48bac146..847b475408d7 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -13,9 +13,9 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Search mailboxes for a given regexp and display matching emails -BUILD_DEPENDS= ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \ - ${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser +BUILD_DEPENDS= p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ + p5-Date-Manip>=0:${PORTSDIR}/devel/p5-Date-Manip \ + p5-Mail-Mbox-MessageParser>=0:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |