Add missing dependency on libssh2.

PR:		180737
Submitted by:	Oleg Ginzburg <olevole@olevole.ru>
This commit is contained in:
Max Khon 2013-07-28 07:56:47 +00:00
parent 7a6e4cb54a
commit f2029db4f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323813

View file

@ -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