View | Details | Raw Unified | Return to bug 83009
Collapse All | Expand All

(-)misc/mc/Makefile (+8 lines)
Lines 23-28 Link Here
23
USE_GNOME=	glib20
23
USE_GNOME=	glib20
24
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
25
26
OPTIONS=	SLANG		"Build with SLang library" on \
27
		ICONV		"Build with iconv recoding" on \
28
		X11		"Build with X11 library" off \
29
		SUBSHELL	"Build with subshell support" off \
30
		SAMBA		"Build with Samba support" off
31
26
.include <bsd.port.pre.mk>
32
.include <bsd.port.pre.mk>
27
33
28
.if defined(WITH_SAMBA) || !(defined(WITHOUT_SAMBA) || defined(MINIMAL))
34
.if defined(WITH_SAMBA) || !(defined(WITHOUT_SAMBA) || defined(MINIMAL))
Lines 40-45 Link Here
40
46
41
.if !defined(WITH_X11) || defined(MINIMAL)
47
.if !defined(WITH_X11) || defined(MINIMAL)
42
CONFIGURE_ARGS+=--without-x
48
CONFIGURE_ARGS+=--without-x
49
.else
50
USE_XLIB=	yes
43
.endif
51
.endif
44
52
45
.if !defined(WITH_EDIT) && (defined(WITHOUT_EDIT) || defined(MINIMAL))
53
.if !defined(WITH_EDIT) && (defined(WITHOUT_EDIT) || defined(MINIMAL))

Return to bug 83009