diff options
-rw-r--r-- | lang/gjs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile index 7aff4bcf3..a568bee3a 100644 --- a/lang/gjs/Makefile +++ b/lang/gjs/Makefile @@ -1,6 +1,6 @@ # Created by: Pawel Worach <pawel.worach@gmail.com> # $FreeBSD$ -# $MCom$ +# $MCom: ports/trunk/lang/gjs/Makefile 18581 2013-06-23 10:50:00Z kwm $ PORTNAME= gjs PORTVERSION= 1.34.0 @@ -14,6 +14,8 @@ COMMENT= GNOME Javascript binding LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ mozjs185:${PORTSDIR}/lang/spidermonkey185 +CONFLICTS_BUILD=spidermonkey17-1.7.* + USE_XZ= yes USES= gettext pathfix pkgconfig shebangfix USE_GMAKE= yes |