diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-17 08:59:32 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-09-17 08:59:32 +0800 |
commit | cec8e7bc4e8411c31ffdc47cd10834185d7936ee (patch) | |
tree | 70cc489fce89873ec61d28e9dedc4ea697386c16 /x11-wm | |
parent | 8b774b2685fd0b7b89a1182b00a08595bdfd7310 (diff) | |
download | marcuscom-ports-cec8e7bc4e8411c31ffdc47cd10834185d7936ee.tar marcuscom-ports-cec8e7bc4e8411c31ffdc47cd10834185d7936ee.tar.gz marcuscom-ports-cec8e7bc4e8411c31ffdc47cd10834185d7936ee.tar.bz2 marcuscom-ports-cec8e7bc4e8411c31ffdc47cd10834185d7936ee.tar.lz marcuscom-ports-cec8e7bc4e8411c31ffdc47cd10834185d7936ee.tar.xz marcuscom-ports-cec8e7bc4e8411c31ffdc47cd10834185d7936ee.tar.zst marcuscom-ports-cec8e7bc4e8411c31ffdc47cd10834185d7936ee.zip |
- Add a runtime dependency on gir
- Remove gobject-introspection from LIB_DEPENDS
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12893 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/mutter/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/mutter/Makefile b/x11-wm/mutter/Makefile index 26f66a190..056a58861 100644 --- a/x11-wm/mutter/Makefile +++ b/x11-wm/mutter/Makefile @@ -3,12 +3,12 @@ # Whom: Pawel Worach <pawel.worach@gmail.com> # # $FreeBSD$ -# $MCom: ports/x11-wm/mutter/Makefile,v 1.3 2009/09/05 12:16:50 kwm Exp $ +# $MCom: ports/x11-wm/mutter/Makefile,v 1.4 2009/09/16 07:35:19 avl Exp $ # PORTNAME= mutter PORTVERSION= 2.27.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -18,10 +18,10 @@ COMMENT= Window and compositing manager based on Clutter BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ ${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 \ clutter-glx-1.0:${PORTSDIR}/graphics/clutter -RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity +RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ + ${LOCALBASE}/share/gir-1.0/Gtk-2.0.gir:${PORTSDIR}/x11-toolkits/gir-repository-gtk20 USE_BZIP2= yes USE_XORG= x11 xext xrandr xcomposite xcursor xinerama ice sm |