git: c3b865e6f1ed - main - devel/check: Remove unnecessary USES=makeinfo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 14:09:58 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=c3b865e6f1edd0be631ea51926d82ee96e18add5 commit c3b865e6f1edd0be631ea51926d82ee96e18add5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-03-09 13:44:47 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 14:05:18 +0000 devel/check: Remove unnecessary USES=makeinfo --- devel/check/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/check/Makefile b/devel/check/Makefile index 4d6cf262fa0c..3052557a3ef8 100644 --- a/devel/check/Makefile +++ b/devel/check/Makefile @@ -11,7 +11,7 @@ WWW= https://libcheck.github.io/check/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES= libtool makeinfo pathfix pkgconfig +USES= libtool pathfix pkgconfig CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK} GNU_CONFIGURE= yes