git: aae63fcc9f5f - main - sysutils/flashrom: code style cosmetic change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Jul 2025 09:51:14 UTC
The branch main has been updated by mizhka: URL: https://cgit.FreeBSD.org/ports/commit/?id=aae63fcc9f5fe9342fe1c4519682847364f823ce commit aae63fcc9f5fe9342fe1c4519682847364f823ce Author: Michael Zhilin <mizhka@FreeBSD.org> AuthorDate: 2025-07-28 09:50:21 +0000 Commit: Michael Zhilin <mizhka@FreeBSD.org> CommitDate: 2025-07-28 09:50:21 +0000 sysutils/flashrom: code style cosmetic change --- sysutils/flashrom/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index 06a07beb53a7..a5acb750e55a 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -15,7 +15,7 @@ NOT_FOR_ARCHS= riscv64 NOT_FOR_ARCHS_REASON= Unable to determine endianness. BUILD_DEPENDS+= cmocka>=0:sysutils/cmocka \ - ${LOCALBASE}/bin/sphinx-build:textproc/py-sphinx + sphinx-build:textproc/py-sphinx LIB_DEPENDS= libpci.so:devel/libpci USES= meson pkgconfig tar:xz @@ -28,14 +28,14 @@ OPTIONS_DEFINE_i386= DMIDECODE OPTIONS_DEFAULT_amd64= DMIDECODE OPTIONS_DEFAULT_i386= DMIDECODE -DOCS_MESON_ENABLED= documentation man-pages -DOCS_MESON_DISABLED= generate_authors_list - DMIDECODE_DESC= Use dmidecode to gather DMI information FTDI_DESC= Enable external FT2232SPI flasher support DMIDECODE_RUN_DEPENDS= dmidecode:sysutils/dmidecode +DOCS_MESON_ENABLED= documentation man-pages +DOCS_MESON_DISABLED= generate_authors_list + FTDI_LIB_DEPENDS= libftdi1.so:devel/libftdi1 post-install: