aboutsummaryrefslogtreecommitdiff
path: root/misc/mc/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2013-07-28 07:56:47 +0000
committerMax Khon <fjoe@FreeBSD.org>2013-07-28 07:56:47 +0000
commitf2029db4f2d2f85e362c44436cdc432ce6f47a6c (patch)
treeb4644466940477f1e8f2b349726ccc29a71458f9 /misc/mc/Makefile
parent7a6e4cb54ab6530d0d552b3f850e5b2f96ddcb17 (diff)
downloadports-f2029db4f2d2f85e362c44436cdc432ce6f47a6c.tar.gz
ports-f2029db4f2d2f85e362c44436cdc432ce6f47a6c.zip
Add missing dependency on libssh2.
PR: 180737 Submitted by: Oleg Ginzburg <olevole@olevole.ru>
Notes
Notes: svn path=/head/; revision=323813
Diffstat (limited to 'misc/mc/Makefile')
-rw-r--r--misc/mc/Makefile4
1 files changed, 3 insertions, 1 deletions
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