diff options
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 710689eaa527..02e85363fd63 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -40,7 +40,7 @@ WITH_SGML_DOCS?=yes .endif .if !defined(WITHOUT_NLS) -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old .endif .if defined(WITH_SLANG) LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang |