pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/spidermonkey Add MirBSD.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/652bff026f6f
branches:  trunk
changeset: 649139:652bff026f6f
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Thu Apr 02 14:40:32 2015 +0000

description:
Add MirBSD.

diffstat:

 lang/spidermonkey/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 2f21c6336b17 -r 652bff026f6f lang/spidermonkey/Makefile
--- a/lang/spidermonkey/Makefile        Thu Apr 02 14:17:19 2015 +0000
+++ b/lang/spidermonkey/Makefile        Thu Apr 02 14:40:32 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2013/07/15 02:02:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.28 2015/04/02 14:40:32 bsiegert Exp $
 
 DISTNAME=      js-1.8.0-rc1
 PKGNAME=       spidermonkey-1.8.0rc1
@@ -28,7 +28,8 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD" || \
-    ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD"
+    ${OPSYS} == "DragonFly" || ${OPSYS} == "OpenBSD" || \
+    ${OPSYS} == "MirBSD"
 BUILDDIRPREFIX=        pkgsrc
 .elif ${OPSYS} == "Linux"
 BUILDDIRPREFIX=        Linux_All



Home | Main Index | Thread Index | Old Index