From acb33de3b8361b35a6a45777ee4b3a5a6c8aef9f Mon Sep 17 00:00:00 2001 From: avl Date: Thu, 17 Sep 2009 01:08:20 +0000 Subject: - Add a runtime dependency on gir - Remove gobject-introspection from LIB_DEPENDS - Respect LOCALBASE git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12894 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-shell/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'x11') diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index 2e0b0eba5..6f10d7efa 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,11 +3,12 @@ # Whom: Pawel Worach # # $FreeBSD$ -# $MCom: ports/x11/gnome-shell/Makefile,v 1.3 2009/09/05 12:36:24 kwm Exp $ +# $MCom: ports/x11/gnome-shell/Makefile,v 1.4 2009/09/16 08:12:57 avl Exp $ # PORTNAME= gnome-shell PORTVERSION= 2.27.3 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -16,12 +17,12 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Next generation GNOME desktop shell BUILD_DEPENDS= ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 -LIB_DEPENDS= girepository-1.0:${PORTSDIR}/devel/gobject-introspection \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ +LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ mutter-private.0:${PORTSDIR}/x11-wm/mutter \ clutter-glx-1.0:${PORTSDIR}/graphics/clutter \ gjs-gi:${PORTSDIR}/lang/gjs -RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ + ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 USE_BZIP2= yes USE_XORG= x11 xfixes sm @@ -32,7 +33,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack gtk20 gconf2 gnomemenus \ gnomedesktop ltverhack libgnomeui librsvg2 USE_GSTREAMER= theora USE_LDCONFIG= yes -CONFIGURE_ENV= CPPFLAGS="-I/usr/local/include/js -I/usr/local/include/nspr" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/js -I${LOCALBASE}/include/nspr" GCONF_SCHEMAS= gnome-shell.schemas -- cgit v1.2.3