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

(-)Makefile (-2 / +2 lines)
Lines 24-30 Link Here
24
CONFIGURE_ENV+=	ac_freetype_includes="${LOCALBASE}/include/freetype2"
24
CONFIGURE_ENV+=	ac_freetype_includes="${LOCALBASE}/include/freetype2"
25
25
26
OPTIONS_DEFINE=	MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \
26
OPTIONS_DEFINE=	MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \
27
		KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK XLOCKMORE_LANG
27
		KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK
28
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
29
29
30
MESAGL_DESC=	Mesa 3D (for GL modes)
30
MESAGL_DESC=	Mesa 3D (for GL modes)
Lines 94-100 Link Here
94
CONFIGURE_ARGS+=	--enable-use-mb
94
CONFIGURE_ARGS+=	--enable-use-mb
95
.endif
95
.endif
96
96
97
.if ${PORT_OPTIONS:MXLOCKMORE_LANG}
97
.if defined(XLOCKMORE_LANG)
98
CONFIGURE_ARGS+=	--with-lang=${XLOCKMORE_LANG}
98
CONFIGURE_ARGS+=	--with-lang=${XLOCKMORE_LANG}
99
.endif
99
.endif
100
100

Return to bug 197242