diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-02-11 12:59:44 +0100 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2023-02-11 13:31:47 +0100 |
commit | a1493d244f195af497d8c11e9fb0f9a06fb39ee6 (patch) | |
tree | acc7564a0ef24ca740bdb54cbe9b82204ce0144e /www | |
parent | 6d2a9d6effb75a1af999218db49949829c654ebc (diff) | |
download | freebsd-ports-a1493d244f195af497d8c11e9fb0f9a06fb39ee6.zip |
www/lighttpd: remove USES=libtool
Reported by: dizzy@
Diffstat (limited to 'www')
-rw-r--r-- | www/lighttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |