git: 8462672e025f - main - devel/libcdada: fix build by adding libtool to USES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Mar 2023 14:14:05 UTC
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