Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2024 14:09:58 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3b865e6f1ed - main - devel/check: Remove unnecessary USES=makeinfo
Message-ID:  <202403091409.429E9woS093660@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091409.429E9woS093660>