summaryrefslogtreecommitdiffstats
path: root/lang/gjs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gjs/Makefile')
-rw-r--r--lang/gjs/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/gjs/Makefile b/lang/gjs/Makefile
index ab4d0c9e4..1f25bdd89 100644
--- a/lang/gjs/Makefile
+++ b/lang/gjs/Makefile
@@ -1,3 +1,4 @@
+
# Created by: Pawel Worach <pawel.worach@gmail.com>
# $FreeBSD$
# $MCom: ports/trunk/lang/gjs/Makefile 18581 2013-06-23 10:50:00Z kwm $
@@ -11,11 +12,12 @@ DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME Javascript binding
-LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
- mozjs185:${PORTSDIR}/lang/spidermonkey185
+LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libmozjs185.so:${PORTSDIR}/lang/spidermonkey185
CONFLICTS_BUILD=spidermonkey17-1.7.*
+NO_STAGE= yes
USE_XZ= yes
USES= gettext gmake pathfix pkgconfig shebangfix
USE_PYTHON_BUILD=yes