diff options
Diffstat (limited to 'mail/grepmail/Makefile')
-rw-r--r-- | mail/grepmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/grepmail/Makefile b/mail/grepmail/Makefile index 13f1f35604fb..b03b48bac146 100644 --- a/mail/grepmail/Makefile +++ b/mail/grepmail/Makefile @@ -16,7 +16,7 @@ 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 -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |