diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 07:14:12 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-15 07:14:12 +0000 |
commit | dcf99688a1711ab176bca363f8d11b57acb961ac (patch) | |
tree | f4e196d880f05adbbeb3d1416d8f4e48ba29d796 /mail/enma | |
parent | 3db2dffc6a9357d280871c3be54055600ce7fb2d (diff) |
Notes
Diffstat (limited to 'mail/enma')
-rw-r--r-- | mail/enma/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/enma/Makefile b/mail/enma/Makefile index 9d66736b26c5..ea5ce9f8100d 100644 --- a/mail/enma/Makefile +++ b/mail/enma/Makefile @@ -19,11 +19,12 @@ LIBBIND_DESC= Link against dns/libbind instead of dns/ldns HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} --mandir=${PREFIX}/man \ --with-ssl-incdir=${OPENSSLINC} --with-ssl-libdir=${OPENSSLLIB} + +USES= gmake perl5 USE_RC_SUBR= milter-enma -USE_GMAKE= yes USE_LDCONFIG= yes USE_OPENSSL= yes -USE_PERL5_BUILD=yes +USE_PERL5= build MANLANG= "" ja_JP.UTF-8 MAN1= enma.1 MANCOMPRESSED= no |