diff options
author | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-17 15:07:02 +0800 |
---|---|---|
committer | avl <avl@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-17 15:07:02 +0800 |
commit | f89abfa628f7f377464cb5b94fe089718d3df3d4 (patch) | |
tree | b43a60465e0985cb9f69d8b79b08a77bc1572268 /x11/gnome-panel/Makefile | |
parent | 6909365d8671c20963afdec54879e6e8f00604e0 (diff) | |
download | marcuscom-ports-f89abfa628f7f377464cb5b94fe089718d3df3d4.tar marcuscom-ports-f89abfa628f7f377464cb5b94fe089718d3df3d4.tar.gz marcuscom-ports-f89abfa628f7f377464cb5b94fe089718d3df3d4.tar.bz2 marcuscom-ports-f89abfa628f7f377464cb5b94fe089718d3df3d4.tar.lz marcuscom-ports-f89abfa628f7f377464cb5b94fe089718d3df3d4.tar.xz marcuscom-ports-f89abfa628f7f377464cb5b94fe089718d3df3d4.tar.zst marcuscom-ports-f89abfa628f7f377464cb5b94fe089718d3df3d4.zip |
Update to 2.29.5.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13473 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel/Makefile')
-rw-r--r-- | x11/gnome-panel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 4f2e8674f..6e80c5688 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.210 2010/01/17 00:23:14 kwm Exp $ # PORTNAME= gnome-panel -PORTVERSION= 2.28.0 -PORTREVISION?= 2 +PORTVERSION= 2.29.5 +PORTREVISION?= 0 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -21,6 +21,7 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) LIB_DEPENDS= gweather.1:${PORTSDIR}/net/libgweather \ + canberra-gtk.0:${PORTSDIR}/audio/libcanberra \ polkit-gnome.0:${PORTSDIR}/sysutils/policykit-gnome USE_GETTEXT= yes |