Date: Wed, 1 Mar 2023 14:14:05 GMT From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8462672e025f - main - devel/libcdada: fix build by adding libtool to USES Message-ID: <202303011414.321EE5qY071809@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pi: URL: https://cgit.FreeBSD.org/ports/commit/?id=8462672e025f77f4bd0ff73ec3426984bc5d6dec commit 8462672e025f77f4bd0ff73ec3426984bc5d6dec Author: Kurt Jaeger <pi@FreeBSD.org> AuthorDate: 2023-03-01 14:13:31 +0000 Commit: Kurt Jaeger <pi@FreeBSD.org> CommitDate: 2023-03-01 14:13:31 +0000 devel/libcdada: fix build by adding libtool to USES --- devel/libcdada/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libcdada/Makefile b/devel/libcdada/Makefile index 1e0218604d41..f7c9d3a8bb56 100644 --- a/devel/libcdada/Makefile +++ b/devel/libcdada/Makefile @@ -9,7 +9,7 @@ WWW= https://github.com/msune/libcdada LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf pkgconfig python:3.8+ shebangfix +USES= autoreconf libtool pkgconfig python:3.8+ shebangfix SHEBANG_FILES= tools/cdada-gen USE_GITHUB= yes GNU_CONFIGURE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303011414.321EE5qY071809>