diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-11 04:44:50 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-11 04:44:50 +0800 |
commit | 2e6ee79acaed975cec95325983f60309577072f9 (patch) | |
tree | 29d70ed1ae9e4634c581a7ce860556dc50d5bb8c | |
parent | b38e36a501eac308eac40c98a9430e1f872da536 (diff) | |
download | marcuscom-ports-2e6ee79acaed975cec95325983f60309577072f9.tar marcuscom-ports-2e6ee79acaed975cec95325983f60309577072f9.tar.gz marcuscom-ports-2e6ee79acaed975cec95325983f60309577072f9.tar.bz2 marcuscom-ports-2e6ee79acaed975cec95325983f60309577072f9.tar.lz marcuscom-ports-2e6ee79acaed975cec95325983f60309577072f9.tar.xz marcuscom-ports-2e6ee79acaed975cec95325983f60309577072f9.tar.zst marcuscom-ports-2e6ee79acaed975cec95325983f60309577072f9.zip |
Presenting GNOME 2.15.91 (aka 2.16 Beta 2) for FreeBSD.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7026 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnome2/Makefile b/x11/gnome2/Makefile index a2674d8b4..3274ae29f 100644 --- a/x11/gnome2/Makefile +++ b/x11/gnome2/Makefile @@ -3,11 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome2/Makefile,v 1.170 2006/07/27 00:49:16 marcus Exp $ +# $MCom: ports/x11/gnome2/Makefile,v 1.171 2006/08/08 12:49:59 ahze Exp $ # PORTNAME= gnome2 -PORTVERSION= 2.15.90 +PORTVERSION= 2.15.91 PORTREVISION?= 0 CATEGORIES?= x11 gnome MASTER_SITES= # empty @@ -63,7 +63,8 @@ RUN_DEPENDS?= ${LOCALBASE}/libexec/gweather-applet-2:${PORTSDIR}/x11/gnome-apple alacarte:${PORTSDIR}/deskutils/alacarte \ gnome-power-manager:${PORTSDIR}/sysutils/gnome-power-manager \ gnome-volume-manager:${PORTSDIR}/sysutils/gnome-volume-manager \ - orca:${PORTSDIR}/accessibility/orca + orca:${PORTSDIR}/accessibility/orca \ + tomboy:${PORTSDIR}/deskutils/tomboy NO_BUILD= yes |