diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 08:15:41 +0000 |
commit | d6908e9cb15fa8933765f874067d539f27ce0c1d (patch) | |
tree | af86ab3d72d9e9f6d9b0c530d4f6c6f8cf680ad5 /mail/elmo-devel | |
parent | dcf99688a1711ab176bca363f8d11b57acb961ac (diff) |
Notes
Diffstat (limited to 'mail/elmo-devel')
-rw-r--r-- | mail/elmo-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elmo-devel/Makefile b/mail/elmo-devel/Makefile index 623c101050b6..d2a5e56f7c0f 100644 --- a/mail/elmo-devel/Makefile +++ b/mail/elmo-devel/Makefile @@ -14,9 +14,9 @@ COMMENT= Receive, filter, read, compose, and send mail at the text console CONFLICTS= elmo-[0-9]* GNU_CONFIGURE= yes -USES= iconv +USES= iconv perl5 USE_OPENSSL= yes -USE_PERL5_RUN= yes +USE_PERL5= run LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING |