diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-31 00:26:28 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-08-31 00:26:28 +0800 |
commit | beef73657becb2ecd61491cfc5f0d194c4bdc729 (patch) | |
tree | 28ef1714c73c04e62fdf9937d45949e549a110c5 | |
parent | 8e9bb3bb977e378b1ee2fce869b9f22b3c2b1ccb (diff) | |
download | marcuscom-ports-beef73657becb2ecd61491cfc5f0d194c4bdc729.tar marcuscom-ports-beef73657becb2ecd61491cfc5f0d194c4bdc729.tar.gz marcuscom-ports-beef73657becb2ecd61491cfc5f0d194c4bdc729.tar.bz2 marcuscom-ports-beef73657becb2ecd61491cfc5f0d194c4bdc729.tar.lz marcuscom-ports-beef73657becb2ecd61491cfc5f0d194c4bdc729.tar.xz marcuscom-ports-beef73657becb2ecd61491cfc5f0d194c4bdc729.tar.zst marcuscom-ports-beef73657becb2ecd61491cfc5f0d194c4bdc729.zip |
Add a missing dependency on librsvg2.
Fix plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14504 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-panel/Makefile | 6 | ||||
-rw-r--r-- | x11/gnome-panel/pkg-plist | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index e3881148b..4daf5b597 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.222 2010/08/18 10:18:46 kwm Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.223 2010/08/18 22:07:44 kwm Exp $ # PORTNAME= gnome-panel PORTVERSION= 2.31.90 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -29,7 +29,7 @@ INSTALLS_OMF= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop libwnck gnomemenus \ - gnomedocutils ltverhack referencehack + gnomedocutils ltverhack referencehack librsvg2 WANT_GNOME= yes GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes diff --git a/x11/gnome-panel/pkg-plist b/x11/gnome-panel/pkg-plist index 3a3e46510..4e8f9fd6b 100644 --- a/x11/gnome-panel/pkg-plist +++ b/x11/gnome-panel/pkg-plist @@ -533,8 +533,9 @@ share/omf/fish/fish-zh_CN.omf @dirrm %%DATADIR%% @dirrmtry share/applications @dirrmtry lib/gnome-panel/modules +@dirrmtry lib/gnome-panel @dirrm include/gnome-panel-3.0/libpanel-applet -@dirrm include/gnome-panel-3.0/ +@dirrm include/gnome-panel-3.0 %%BONOBO%%@dirrm include/panel-2.0 @dirrmtry share/locale/zu/LC_MESSAGES @dirrmtry share/locale/zu |