diff options
author | fjoe <fjoe@FreeBSD.org> | 2013-07-28 15:56:47 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2013-07-28 15:56:47 +0800 |
commit | d7a5b1f78c669575eaea0d996d250b615234450f (patch) | |
tree | b4644466940477f1e8f2b349726ccc29a71458f9 /misc | |
parent | 0639bf26cea1d4caac2fe430d7db4bbf8843dd66 (diff) | |
download | freebsd-ports-gnome-d7a5b1f78c669575eaea0d996d250b615234450f.tar.gz freebsd-ports-gnome-d7a5b1f78c669575eaea0d996d250b615234450f.tar.zst freebsd-ports-gnome-d7a5b1f78c669575eaea0d996d250b615234450f.zip |
Add missing dependency on libssh2.
PR: 180737
Submitted by: Oleg Ginzburg <olevole@olevole.ru>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mc/Makefile | 4 |
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 |