diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-17 09:08:20 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-17 09:08:20 +0800 |
commit | acb33de3b8361b35a6a45777ee4b3a5a6c8aef9f (patch) | |
tree | c7deef797dd70d14a8413798cdbe6be44163a807 | |
parent | cec8e7bc4e8411c31ffdc47cd10834185d7936ee (diff) | |
download | marcuscom-ports-acb33de3b8361b35a6a45777ee4b3a5a6c8aef9f.tar marcuscom-ports-acb33de3b8361b35a6a45777ee4b3a5a6c8aef9f.tar.gz marcuscom-ports-acb33de3b8361b35a6a45777ee4b3a5a6c8aef9f.tar.bz2 marcuscom-ports-acb33de3b8361b35a6a45777ee4b3a5a6c8aef9f.tar.lz marcuscom-ports-acb33de3b8361b35a6a45777ee4b3a5a6c8aef9f.tar.xz marcuscom-ports-acb33de3b8361b35a6a45777ee4b3a5a6c8aef9f.tar.zst marcuscom-ports-acb33de3b8361b35a6a45777ee4b3a5a6c8aef9f.zip |
- 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
-rw-r--r-- | x11/gnome-shell/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
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 <pawel.worach@gmail.com> # # $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 |