git: f6ac967e67aa - main - textproc/xlsxio: Remove USES=pathfix
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Dec 2025 16:04:14 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f6ac967e67aa422283b6deaaca6f192f58164379
commit f6ac967e67aa422283b6deaaca6f192f58164379
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-16 15:56:05 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-16 15:59:38 +0000
textproc/xlsxio: Remove USES=pathfix
---
textproc/xlsxio/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/textproc/xlsxio/Makefile b/textproc/xlsxio/Makefile
index 4a5d876e1aa7..7a8a0879ac88 100644
--- a/textproc/xlsxio/Makefile
+++ b/textproc/xlsxio/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libexpat.so:textproc/expat2 \
libminizip.so:archivers/minizip
-USES= cmake pathfix tar:xz
+USES= cmake tar:xz
CMAKE_OFF= BUILD_DOCUMENTATION \
BUILD_EXAMPLES \