diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-03-23 14:24:20 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-03-23 14:24:20 +0000 |
commit | 7e061ec8d2fda9580f38a0c266c0f543578e56ac (patch) | |
tree | 79fdbb3e0812a4c5fc187815e433d53d9cf73f54 /lang/spidermonkey | |
parent | b78a9fe9a2d2f94cbe79433e103b8da7e01275d2 (diff) |
Notes
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r-- | lang/spidermonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 7312487e8a63..b2954d44697d 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -19,7 +19,7 @@ COMMENT= A standalone JavaScript interpreter from the Mozilla project CONFLICTS= njs-[0-9]* -.if !defined(WITHOUT_TEST) +.if defined(WITH_TEST) USE_PERL5_BUILD=test harness PATCHFILES= spidermonkey-patch-tests-ecma.bz2 \ spidermonkey-patch-tests-timezone.bz2 \ |