git: eeb3a662d64f - main - graphics/mozjpeg: Cosmetic change

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 05:49:30 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eeb3a662d64f1734527c22fc9dfe8f2759c3023c

commit eeb3a662d64f1734527c22fc9dfe8f2759c3023c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-13 05:36:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-13 05:36:04 +0000

    graphics/mozjpeg: Cosmetic change
---
 graphics/mozjpeg/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/graphics/mozjpeg/Makefile b/graphics/mozjpeg/Makefile
index 0bb61067acc7..fddf2e583ad1 100644
--- a/graphics/mozjpeg/Makefile
+++ b/graphics/mozjpeg/Makefile
@@ -18,12 +18,12 @@ LIB_DEPENDS=	libpng.so:graphics/png
 
 USES=		cmake cpe
 
-CPE_VENDOR=	mozilla
-
 CMAKE_OFF=	REQUIRE_SIMD WITH_12BIT WITH_ARITH_DEC WITH_ARITH_ENC WITH_JAVA WITH_JPEG7
 CMAKE_ON=	ENABLE_SHARED ENABLE_STATIC FORCE_INLINE PNG_SUPPORTED WITH_JPEG8 WITH_MEM_SRCDST WITH_SIMD WITH_TURBOJPEG
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	mozilla
+
 GH_ACCOUNT=	mozilla
 USE_GITHUB=	yes