summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-16 11:56:27 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-16 11:56:27 +0000
commit5baef9b8e9130329f15ce7f37c798ae4418a5a4e (patch)
treed36c1bdde850f93d38216178280ad7b850f510f4 /misc
parent(1) Do not accept old-style ports anymore. PORTNAME/PORTVERSION is (diff)
Fix typo: `=' -> `+=' to have correct LIB_DEPENDS.
PR: 17825 Submitted by: Goblin <root@ws14.bu.spb.ru>
Notes
Notes: svn path=/head/; revision=27652
Diffstat (limited to 'misc')
-rw-r--r--misc/mc/Makefile2
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