aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2024-01-05 23:12:20 +0000
committerDima Panov <fluffy@FreeBSD.org>2024-01-05 23:12:20 +0000
commit6f9497095a41fc4b470094a3e7a7f51ea55cd97e (patch)
treed15964feee7c8d794a06e9d809d79a39f493d59d
parent86a03a612c409ad58baf538a1221062dafa312bb (diff)
downloadports-6f9497095a41fc4b470094a3e7a7f51ea55cd97e.tar.gz
ports-6f9497095a41fc4b470094a3e7a7f51ea55cd97e.zip
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)
-rw-r--r--www/elinks/Makefile1
1 files changed, 1 insertions, 0 deletions
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