View | Details | Raw Unified | Return to bug 207487 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-4 / +5 lines)
Lines 16-23 Link Here
16
16
17
LICENSE=	GPLv3
17
LICENSE=	GPLv3
18
18
19
LIB_DEPENDS=	libssh2.so:${PORTSDIR}/security/libssh2
20
21
CONFLICTS=	mc-light-4*
19
CONFLICTS=	mc-light-4*
22
20
23
USES=		gmake shebangfix perl5 pkgconfig tar:xz libtool
21
USES=		gmake shebangfix perl5 pkgconfig tar:xz libtool
Lines 30-41 Link Here
30
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
31
CONFIGURE_ENV=	ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD}
29
CONFIGURE_ENV=	ZIP=${ZIP_CMD} UNZIP=${UNZIP_CMD}
32
30
33
OPTIONS_DEFINE=	DOCS EDITOR ICONV NLS SMB SUBSHELL X11
31
OPTIONS_DEFINE=	DOCS EDITOR ICONV LIBSSH NLS SMB SUBSHELL X11
34
32
35
OPTIONS_SINGLE=	SCREEN
33
OPTIONS_SINGLE=	SCREEN
36
OPTIONS_SINGLE_SCREEN=	SLANG NCURSES
34
OPTIONS_SINGLE_SCREEN=	SLANG NCURSES
37
35
38
OPTIONS_DEFAULT=	EDITOR ICONV SLANG SMB SUBSHELL X11
36
OPTIONS_DEFAULT=	EDITOR ICONV LIBSSH SLANG SMB SUBSHELL X11
39
37
40
EDITOR_DESC=	Build with internal editor
38
EDITOR_DESC=	Build with internal editor
41
SUBSHELL_DESC=	Build with subshell support
39
SUBSHELL_DESC=	Build with subshell support
Lines 47-52 Link Here
47
ICONV_USES=		iconv
45
ICONV_USES=		iconv
48
ICONV_CONFIGURE_ENABLE=	charset
46
ICONV_CONFIGURE_ENABLE=	charset
49
47
48
LIBSSH_DESC=		Enable LibSSH support
49
LIBSSH_LIB_DEPENDS=	libssh2.so:${PORTSDIR}/security/libssh2
50
50
NCURSES_CONFIGURE_ON=	--with-screen=ncurses
51
NCURSES_CONFIGURE_ON=	--with-screen=ncurses
51
52
52
NLS_CONFIGURE_ENABLE=	nls
53
NLS_CONFIGURE_ENABLE=	nls

Return to bug 207487