diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 08:25:51 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-08-16 08:25:51 +0800 |
commit | f1d759172f412ae8fe722bdc1ef94495cd471264 (patch) | |
tree | 0abd5ef31b40c66758ec6767db8976eb5938636f /x11/gnome-panel | |
parent | 53f861310f5d320427294e2f8c00bc3c397e2b92 (diff) | |
download | marcuscom-ports-f1d759172f412ae8fe722bdc1ef94495cd471264.tar marcuscom-ports-f1d759172f412ae8fe722bdc1ef94495cd471264.tar.gz marcuscom-ports-f1d759172f412ae8fe722bdc1ef94495cd471264.tar.bz2 marcuscom-ports-f1d759172f412ae8fe722bdc1ef94495cd471264.tar.lz marcuscom-ports-f1d759172f412ae8fe722bdc1ef94495cd471264.tar.xz marcuscom-ports-f1d759172f412ae8fe722bdc1ef94495cd471264.tar.zst marcuscom-ports-f1d759172f412ae8fe722bdc1ef94495cd471264.zip |
G-Pannel still needs libgnomeui & friends.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12639 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 2bffed7e6..9dffaaff0 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.201 2009/07/19 14:18:12 kwm Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.202 2009/07/19 19:46:48 marcus Exp $ # PORTNAME= gnome-panel @@ -28,7 +28,8 @@ INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop librsvg2 \ - libwnck gnomemenus gnomedocutils ltverhack referencehack + libwnck gnomemenus gnomedocutils ltverhack referencehack \ + libgnomeui WANT_GNOME= yes GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes |