diff options
| -rw-r--r-- | lang/spidermonkey78/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile index d61b2f55123b..9ecaf0c3c158 100644 --- a/lang/spidermonkey78/Makefile +++ b/lang/spidermonkey78/Makefile @@ -17,6 +17,9 @@ WWW= https://spidermonkey.dev/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Legacy version +EXPIRATION_DATE= 2025-12-31 + BUILD_DEPENDS= ${RUST_DEFAULT}>=1.35:lang/${RUST_DEFAULT} \ autoconf2.13:devel/autoconf2.13 \ rust-cbindgen>=0.8.7:devel/rust-cbindgen @@ -30,9 +33,9 @@ USE_LDCONFIG= yes SP_VER= 78 HAS_CONFIGURE= yes +CONFIGURE_OUTSOURCE= yes WRKSRC= ${WRKDIR}/firefox-${DISTVERSION} PATCH_WRKSRC= ${WRKDIR}/firefox-${DISTVERSION}/ -CONFIGURE_OUTSOURCE= yes CONFIGURE_ARGS= --enable-application=js \ --disable-debug \ |
