From d9b7a5d08f21fddb6cfde0f9007bf386efa262c3 Mon Sep 17 00:00:00 2001 From: kwm Date: Sun, 22 Sep 2013 00:45:30 +0000 Subject: Add NO_STAGE to all ports, until we convert each one. Use new LIB_DEPEND syntax for most ports. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18692 df743ca5-7f9a-e211-a948-0013205c9059 --- lang/gjs/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lang/gjs') 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 # $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 -- cgit v1.2.3