diff options
author | knu <knu@FreeBSD.org> | 2000-04-16 11:56:27 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-16 11:56:27 +0000 |
commit | 5eaaee2357dddca9afaf28bd44fd9c8ecd5094ad (patch) | |
tree | f8ebb2a2a88c40889372f5768a28fc5408c59220 /misc/mc/Makefile | |
parent | f113ac02d7d74a39de69f5181e5af7c91f7d8e96 (diff) | |
download | FreeBSD-ports-5eaaee2357dddca9afaf28bd44fd9c8ecd5094ad.zip FreeBSD-ports-5eaaee2357dddca9afaf28bd44fd9c8ecd5094ad.tar.gz |
Fix typo: `=' -> `+=' to have correct LIB_DEPENDS.
PR: 17825
Submitted by: Goblin <root@ws14.bu.spb.ru>
Diffstat (limited to 'misc/mc/Makefile')
-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 cdb778e..d9e4a35 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 |