git: 6f9497095a41 - main - www/elinks: SPIDERMONKEY_IMPLIES=CURL (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 23:15:57 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6f9497095a41fc4b470094a3e7a7f51ea55cd97e commit 6f9497095a41fc4b470094a3e7a7f51ea55cd97e Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-01-05 23:12:20 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-01-05 23:12:20 +0000 www/elinks: SPIDERMONKEY_IMPLIES=CURL (+) SpiderMonkey/JS support in elinks hardly depended on cURL library and cannot be build without it. Reported by: poudriere failure Approved by: portmgr blanket (trivial build fix) --- www/elinks/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/www/elinks/Makefile b/www/elinks/Makefile index 224bfb88ca96..0d8b47abbdb4 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -112,6 +112,7 @@ SPIDERMONKEY_CXXFLAGS= -I${LOCALBASE}/include/nspr \ -I${LOCALBASE}/include/js-102 SPIDERMONKEY_LDFLAGS= -L${LOCALBASE}/lib -lnspr4 -lpthread -lm SPIDERMONKEY_MESON_ON= -Dsm-scripting=true -Dspidermonkey=true +SPIDERMONKEY_IMPLIES= CURL TRE_LIB_DEPENDS= libtre.so:textproc/libtre TRE_MESON_TRUE= tre