Date: Sat, 11 Feb 2023 12:32:05 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a1493d244f19 - main - www/lighttpd: remove USES=libtool Message-ID: <202302111232.31BCW5Ma016577@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=a1493d244f195af497d8c11e9fb0f9a06fb39ee6 commit a1493d244f195af497d8c11e9fb0f9a06fb39ee6 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-02-11 11:59:44 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-02-11 12:31:47 +0000 www/lighttpd: remove USES=libtool Reported by: dizzy@ --- www/lighttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/lighttpd/Makefile b/www/lighttpd/Makefile index cd106cd509aa..46d3a7ba347b 100644 --- a/www/lighttpd/Makefile +++ b/www/lighttpd/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS+= libpcre2-8.so:devel/pcre2 -USES= compiler:c11 cmake libtool localbase:ldflags pkgconfig tar:xz +USES= compiler:c11 cmake localbase:ldflags pkgconfig tar:xz .if !defined(_BUILDING_LIGHTTPD_MODULE) USES+= cpe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302111232.31BCW5Ma016577>