From d7a5b1f78c669575eaea0d996d250b615234450f Mon Sep 17 00:00:00 2001 From: fjoe Date: Sun, 28 Jul 2013 07:56:47 +0000 Subject: Add missing dependency on libssh2. PR: 180737 Submitted by: Oleg Ginzburg --- misc/mc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 8767f5409cda..eadaef0535a1 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -12,6 +12,8 @@ COMMENT= Midnight Commander, a free Norton Commander Clone LICENSE= GPLv3 +LIB_DEPENDS= ssh2:${PORTSDIR}/security/libssh2 + CONFLICTS= mc-light-4* USES= pkgconfig @@ -75,7 +77,7 @@ PLIST_SUB+= EDITOR="" .if ! ${PORT_OPTIONS:MSLANG} && !defined(MINIMAL) CONFIGURE_ARGS+=--with-screen=ncurses .else -LIB_DEPENDS+= slang.2:${PORTSDIR}/devel/libslang2 +LIB_DEPENDS+= slang:${PORTSDIR}/devel/libslang2 CONFIGURE_ARGS+=--with-screen=slang --with-slang-includes=${LOCALBASE}/include .endif -- cgit