summaryrefslogtreecommitdiff
path: root/lang/js
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2012-10-21 21:06:05 +0000
committercheusov <cheusov@pkgsrc.org>2012-10-21 21:06:05 +0000
commit00813a65bb23c055ec4f983c8450ad4a4410912d (patch)
tree5f8624d5829ef588fbbb9edfb049bd58b71b0aad /lang/js
parent925f4777b8ba01ba12e2e9d08a00546035e9fed2 (diff)
downloadpkgsrc-00813a65bb23c055ec4f983c8450ad4a4410912d.tar.gz
Add CONFLICTS with spidermonkey
Diffstat (limited to 'lang/js')
-rw-r--r--lang/js/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/js/Makefile b/lang/js/Makefile
index 04f48fe845b..57837b5bc6a 100644
--- a/lang/js/Makefile
+++ b/lang/js/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2012/10/02 20:11:43 asau Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/21 21:06:05 cheusov Exp $
#
DISTNAME= js-0.2.5
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= lang
MASTER_SITES= http://www.njs-javascript.org/
@@ -11,6 +11,8 @@ HOMEPAGE= http://www.njs-javascript.org/
COMMENT= JavaScript virtual machine
LICENSE= gnu-lgpl-v2
+CONFLICTS= spidermonkey-[0-9]*
+
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes