mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add missing dependency on libssh2.
PR: 180737 Submitted by: Oleg Ginzburg <olevole@olevole.ru>
This commit is contained in:
parent
7a6e4cb54a
commit
f2029db4f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323813
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue