diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-15 02:13:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-15 02:13:45 +0800 |
commit | c47745d5d9bbe5064cc5d3c2c38a75a70b7b233e (patch) | |
tree | e7ef6b4bac84b3c486950e3438375b54805e2461 /x11/gnome-panel | |
parent | ea984a0387af3bc9707d058d374d1e48247677bf (diff) | |
download | marcuscom-ports-c47745d5d9bbe5064cc5d3c2c38a75a70b7b233e.tar.gz marcuscom-ports-c47745d5d9bbe5064cc5d3c2c38a75a70b7b233e.tar.zst marcuscom-ports-c47745d5d9bbe5064cc5d3c2c38a75a70b7b233e.zip |
Replace libgnomeui dependency with libbonoboui.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13837 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 3dcb41ce9..09c7e4667 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.214 2010/02/24 07:50:02 avl Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.215 2010/03/10 16:31:00 kwm Exp $ # PORTNAME= gnome-panel @@ -30,7 +30,7 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop librsvg2 \ libwnck gnomemenus gnomedocutils ltverhack referencehack \ - libgnomeui + libbonoboui WANT_GNOME= yes GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes |