Skip to content

Commit

Permalink
www/elinks: SPIDERMONKEY_IMPLIES=CURL (+)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
fluffykhv committed Jan 5, 2024
1 parent 86a03a6 commit 6f94970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions www/elinks/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 6f94970

Please sign in to comment.