diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-10 09:22:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-02-10 09:22:59 +0000 |
commit | aced4296fd09745deae0ff33a3060f2f5bcf7e85 (patch) | |
tree | cedf1824716bd0738020b157c5c9dae1cd749768 | |
parent | 27899e663754cc8d78c44e5edea3683e185a8325 (diff) |
Notes
-rw-r--r-- | mail/mutt/Makefile | 2 | ||||
-rw-r--r-- | mail/mutt14/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 376d9b851d19..a815c1d2069d 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -60,7 +60,7 @@ USE_ICONV= yes .endif .if defined(WITH_SLANG) -LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 .elif defined(WITH_NCURSES_PORT) LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif diff --git a/mail/mutt14/Makefile b/mail/mutt14/Makefile index 376d9b851d19..a815c1d2069d 100644 --- a/mail/mutt14/Makefile +++ b/mail/mutt14/Makefile @@ -60,7 +60,7 @@ USE_ICONV= yes .endif .if defined(WITH_SLANG) -LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 .elif defined(WITH_NCURSES_PORT) LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif |