svn commit: r323813 - head/misc/mc

Max Khon fjoe at FreeBSD.org
Sun Jul 28 07:56:47 UTC 2013


Author: fjoe
Date: Sun Jul 28 07:56:47 2013
New Revision: 323813
URL: http://svnweb.freebsd.org/changeset/ports/323813

Log:
  Add missing dependency on libssh2.
  
  PR:		180737
  Submitted by:	Oleg Ginzburg <olevole at olevole.ru>

Modified:
  head/misc/mc/Makefile

Modified: head/misc/mc/Makefile
==============================================================================
--- head/misc/mc/Makefile	Sun Jul 28 07:44:17 2013	(r323812)
+++ head/misc/mc/Makefile	Sun Jul 28 07:56:47 2013	(r323813)
@@ -12,6 +12,8 @@ COMMENT=	Midnight Commander, a free Nort
 
 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
 


More information about the svn-ports-all mailing list