diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-05-23 17:50:23 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-05-23 17:50:23 +0800 |
commit | 4737ac35e9b25308d8fdc297809577e069554b77 (patch) | |
tree | a4b98729af9d381cbb72e89278b754cfbe412528 /lang/spidermonkey185 | |
parent | ab1ef48f2a1d2c08a7b39813feafc438a4725a7b (diff) | |
download | freebsd-ports-gnome-4737ac35e9b25308d8fdc297809577e069554b77.tar.gz freebsd-ports-gnome-4737ac35e9b25308d8fdc297809577e069554b77.tar.zst freebsd-ports-gnome-4737ac35e9b25308d8fdc297809577e069554b77.zip |
Stop mentionning a version of spidermonkey which is not in ports anymore
Diffstat (limited to 'lang/spidermonkey185')
-rw-r--r-- | lang/spidermonkey185/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile index fd7ea7713439..e6a3510b2a27 100644 --- a/lang/spidermonkey185/Makefile +++ b/lang/spidermonkey185/Makefile @@ -29,7 +29,7 @@ BROKEN_mips64= Does not compile: error: const union jsval_layout has no member BROKEN_sparc64= Does not build: fails to link NOT_FOR_ARCHS= powerpc powerpc64 -NOT_FOR_ARCHS_REASON= PowerPC is not supported; use lang/spidermonkey170 +NOT_FOR_ARCHS_REASON= PowerPC is not supported CONFIGURE_ARGS= --with-pthreads \ --with-system-nspr |