diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 04:29:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-26 04:29:21 +0000 |
commit | 7689c4a0e57856f870ceaa9e7b9360ddd204c639 (patch) | |
tree | 21fe7f436b198f255b51f51cd0529f20b162a4ef /mail/courier | |
parent | Add missing USE_PERL5_BUILD (diff) |
Add missing USE_GETTEXT
Notes
Notes:
svn path=/head/; revision=154477
Diffstat (limited to 'mail/courier')
-rw-r--r-- | mail/courier/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/courier/Makefile b/mail/courier/Makefile index 4887bc1ae1e5..7f3d354c7106 100644 --- a/mail/courier/Makefile +++ b/mail/courier/Makefile @@ -63,6 +63,7 @@ WITH_TRANSPORT= local esmtp dsn USE_BZIP2= yes USE_SUBMAKE= yes USE_PERL5= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_OPENSSL= yes USE_REINPLACE= yes |