diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-16 11:56:27 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-16 11:56:27 +0000 |
commit | 5baef9b8e9130329f15ce7f37c798ae4418a5a4e (patch) | |
tree | d36c1bdde850f93d38216178280ad7b850f510f4 /misc/mc | |
parent | f4a3cea3336e48efb112d8f90eb40a2fd3e0fb33 (diff) | |
download | ports-5baef9b8e9130329f15ce7f37c798ae4418a5a4e.tar.gz ports-5baef9b8e9130329f15ce7f37c798ae4418a5a4e.zip |
Notes
Diffstat (limited to 'misc/mc')
-rw-r--r-- | misc/mc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mc/Makefile b/misc/mc/Makefile index cdb778e46bc3..d9e4a35b272b 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12 \ .if defined(USE_NCURSES_PORT) LIB_DEPENDS+= ncurses.4:${PORTSDIR}/devel/ncurses .elif defined(WITH_SLANG) -LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang +LIB_DEPENDS+= slang.1:${PORTSDIR}/devel/libslang BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell .endif |