diff options
| author | Jason E. Hale <jhale@FreeBSD.org> | 2023-08-22 18:36:37 +0000 |
|---|---|---|
| committer | Jason E. Hale <jhale@FreeBSD.org> | 2023-08-22 18:51:20 +0000 |
| commit | e6d6b20bca2baa907dd03e804efb6c27c1e62663 (patch) | |
| tree | a3f58f9c64d9fd07af8f2cb3226103661d8c3e8e | |
| parent | 2d0eb771e41b4f5dadcbabf2d9726ae4f97831ef (diff) | |
Mk/bsd.gecko.mk: Fix indentation
[pre-commit] ERROR: bsd.gecko.mk is not properly indented -- please
use /tmp/check_indentations-bsd.gecko.mk.n87gemd4sB/bsd.gecko.mk which
was created using Tools/scripts/indent_make_if.pl
Reported by: 'check_mk_indentations' pre-commit hook
| -rw-r--r-- | Mk/bsd.gecko.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index 6f639b6928f1..ecac2bfaee03 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -62,15 +62,15 @@ MOZILLA_BIN?= ${PORTNAME}-bin MOZILLA_EXEC_NAME?=${MOZILLA} USES+= compiler:c++17-lang cpe gl gmake gnome iconv localbase pkgconfig \ python:build desktop-file-utils -.if ${MOZILLA_VER:R:R} < 115 +. if ${MOZILLA_VER:R:R} < 115 USES+= perl5 -.endif +. endif CPE_VENDOR?=mozilla USE_GL= gl USE_GNOME= cairo gdkpixbuf2 gtk30 -.if ${MOZILLA_VER:R:R} < 115 +. if ${MOZILLA_VER:R:R} < 115 USE_PERL5= build -.endif +. endif USE_XORG= x11 xcb xcomposite xdamage xext xfixes xrandr xrender xt xtst HAS_CONFIGURE= yes CONFIGURE_OUTSOURCE= yes @@ -89,9 +89,9 @@ LIB_DEPENDS+= libepoll-shim.so:devel/libepoll-shim MOZ_EXPORT+= ${CONFIGURE_ENV} \ PYTHON3="${PYTHON_CMD}" \ RUSTFLAGS="${RUSTFLAGS}" -.if ${MOZILLA_VER:R:R} < 115 +. if ${MOZILLA_VER:R:R} < 115 MOZ_EXPORT+= PERL="${PERL}" -.endif +. endif MOZ_OPTIONS+= --prefix="${PREFIX}" MOZ_MK_OPTIONS+=MOZ_OBJDIR="${BUILD_WRKSRC}" |
