diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:25:18 +0000 |
commit | 5555d89b50c7710cb97fb22ca6af251e6404e404 (patch) | |
tree | 700b4c9a8ec0af3f2f98ea0c4dc852268cc67aaf /lang/spidermonkey | |
parent | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (diff) | |
download | ports-5555d89b50c7710cb97fb22ca6af251e6404e404.tar.gz ports-5555d89b50c7710cb97fb22ca6af251e6404e404.zip |
Notes
Diffstat (limited to 'lang/spidermonkey')
-rw-r--r-- | lang/spidermonkey/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lang/spidermonkey/Makefile b/lang/spidermonkey/Makefile index 501646ce463c..8edb5780a954 100644 --- a/lang/spidermonkey/Makefile +++ b/lang/spidermonkey/Makefile @@ -70,12 +70,6 @@ test: --shellpath ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/js \ --engine smdebug --confail --trace --list ecma* js1_* -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - do-configure: ${CP} ${WRKSRC}/config/Linux_All.mk \ ${WRKSRC}/config/${OPSYS}`${UNAME} -r`.mk && \ @@ -89,4 +83,4 @@ do-install: ${CP} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/jsautocfg.h ${WRKSRC} @${INSTALL_DATA} ${JSH:S,^,${WRKSRC}/,} ${PREFIX}/include/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |