git: a1493d244f19 - main - www/lighttpd: remove USES=libtool
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 11 Feb 2023 12:32:05 UTC
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