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 /mail/mutt/Makefile | |
parent | - reset maintainership (diff) |
- Switch slang dependency to libslang2 (untested)
Reported by: pointyhat (make index)
Pointy hat to: pgollucci
Notes
Notes:
svn path=/head/; revision=227971
Diffstat (limited to 'mail/mutt/Makefile')
-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 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 |